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

/external/stressapptest/src/
H A Dfinelock_queue.h41 bool PutEmpty(struct page_entry *pe);
H A Dsat.h77 bool PutEmpty(struct page_entry *pe);
H A Dfinelock_queue.cc416 // PutEmpty puts an empty page back into the queue, making it available by
420 bool FineLockPEQueue::PutEmpty(struct page_entry *pe) { function in class:FineLockPEQueue
H A Dsat.cc289 bool Sat::PutEmpty(struct page_entry *pe) { function in class:Sat
296 return finelock_q_->PutEmpty(pe);
428 result &= PutEmpty(&pe);
513 result &= PutEmpty(&pe);
H A Dworker.cc1461 result = result && sat_->PutEmpty(&pe);
1518 result = result && sat_->PutEmpty(&src);
1879 if (!sat_->PutEmpty(src))
2250 result = result && sat_->PutEmpty(&src);

Completed in 81 milliseconds