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

  /external/stressapptest/src/
finelock_queue.cc 434 // PutValid puts a valid page back into the queue, making it available by
438 bool FineLockPEQueue::PutValid(struct page_entry *pe) {
sat.cc 275 bool Sat::PutValid(struct page_entry *pe) {
282 return finelock_q_->PutValid(pe);
529 result &= PutValid(&pe);
    [all...]

Completed in 403 milliseconds