Home
last modified time | relevance | path

Searched refs:GetEmpty (Results 1 – 5 of 5) sorted by relevance

/external/stressapptest/src/
Dfinelock_queue.h39 bool GetEmpty(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
Dsat.h76 bool GetEmpty(struct page_entry *pe);
80 bool GetEmpty(struct page_entry *pe, int32 tag);
Dfinelock_queue.cc409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty() function in FineLockPEQueue
412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty() function in FineLockPEQueue
Dsat.cc290 bool Sat::GetEmpty(struct page_entry *pe) { in GetEmpty() function in Sat
291 return GetEmpty(pe, kDontCareTag); in GetEmpty()
294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { in GetEmpty() function in Sat
298 result = finelock_q_->GetEmpty(pe, tag); in GetEmpty()
Dworker.cc539 result = result && sat_->GetEmpty(&pe); in Work()
1484 result = result && sat_->GetEmpty(&dst, tag_); in Work()
1837 if (!sat_->GetEmpty(dst)) in GetEmptyPage()
2212 result = result && sat_->GetEmpty(&dst); in Work()