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

  /external/stressapptest/src/
finelock_queue.h 40 bool GetValid(struct page_entry *pe);
46 bool GetValid(struct page_entry *pe, int32 tag);
sat.h 74 bool GetValid(struct page_entry *pe);
79 bool GetValid(struct page_entry *pe, int32 tag);
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...]
worker.cc     [all...]

Completed in 58 milliseconds