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 559 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 255 bool Sat::PutValid(struct page_entry *pe) {
262 return finelock_q_->PutValid(pe);
515 result &= PutValid(&pe);
    [all...]

Completed in 344 milliseconds