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 229 bool Sat::GetValid(struct page_entry *pe) {
230 return GetValid(pe, kDontCareTag);
235 bool Sat::GetValid(struct page_entry *pe, int32 tag) {
239 result = finelock_q_->GetValid(pe, tag);
492 if (GetValid(&pe, kInvalidTag)) {
    [all...]

Completed in 130 milliseconds