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

  /external/stressapptest/src/
finelock_queue.h 42 bool PutValid(struct page_entry *pe);
sat.h 75 bool PutValid(struct page_entry *pe);
worker.cc 551 result = result && sat_->PutValid(&pe);
    [all...]
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 218 milliseconds