Searched refs:GetValid (Results 1 - 5 of 5) sorted by relevance

/external/stressapptest/src/
H A Dfinelock_queue.h40 bool GetValid(struct page_entry *pe);
46 bool GetValid(struct page_entry *pe, int32 tag);
H A Dsat.h74 bool GetValid(struct page_entry *pe);
79 bool GetValid(struct page_entry *pe, int32 tag);
H A Dfinelock_queue.cc393 // GetValid() randomly finds a valid page, locks it and returns page entry by
397 bool FineLockPEQueue::GetValid(struct page_entry *pe) { function in class:FineLockPEQueue
401 bool FineLockPEQueue::GetValid(struct page_entry *pe, int32 mask) { function in class:FineLockPEQueue
H A Dsat.cc249 bool Sat::GetValid(struct page_entry *pe) { function in class:Sat
250 return GetValid(pe, kDontCareTag);
255 bool Sat::GetValid(struct page_entry *pe, int32 tag) { function in class:Sat
259 result = finelock_q_->GetValid(pe, tag);
511 if (GetValid(&pe, kInvalidTag)) {
1942 GetValid(&src);
H A Dworker.cc1436 result = result && sat_->GetValid(&pe);
1483 result = result && sat_->GetValid(&src, tag_);
1545 result = result && sat_->GetValid(&src);
1850 if (!sat_->GetValid(&tmp))
2211 result = result && sat_->GetValid(&src);
3044 if (!sat_->GetValid(&pe)) {
3360 result = result && sat_->GetValid(&source_pe);

Completed in 174 milliseconds