HomeSort by relevance Sort by last modified time
    Searched defs:GetValid (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
finelock_queue.cc 393 // GetValid() randomly finds a valid page, locks it and returns page entry by
397 bool FineLockPEQueue::GetValid(struct page_entry *pe) {
401 bool FineLockPEQueue::GetValid(struct page_entry *pe, int32 mask) {
sat.cc 249 bool Sat::GetValid(struct page_entry *pe) {
250 return GetValid(pe, kDontCareTag);
255 bool Sat::GetValid(struct page_entry *pe, int32 tag) {
259 result = finelock_q_->GetValid(pe, tag);
511 if (GetValid(&pe, kInvalidTag)) {
    [all...]

Completed in 68 milliseconds