Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dfinelock_queue.h40 bool GetValid(struct page_entry *pe);
46 bool GetValid(struct page_entry *pe, int32 tag);
Dsat.h74 bool GetValid(struct page_entry *pe);
79 bool GetValid(struct page_entry *pe, int32 tag);
Dfinelock_queue.cc397 bool FineLockPEQueue::GetValid(struct page_entry *pe) { in GetValid() function in FineLockPEQueue
401 bool FineLockPEQueue::GetValid(struct page_entry *pe, int32 mask) { in GetValid() function in FineLockPEQueue
Dsat.cc249 bool Sat::GetValid(struct page_entry *pe) { in GetValid() function in Sat
250 return GetValid(pe, kDontCareTag); in GetValid()
255 bool Sat::GetValid(struct page_entry *pe, int32 tag) { in GetValid() function in Sat
259 result = finelock_q_->GetValid(pe, tag); in GetValid()
511 if (GetValid(&pe, kInvalidTag)) { in InitializePages()
1942 GetValid(&src); in Run()
Dworker.cc1436 result = result && sat_->GetValid(&pe); in Work()
1483 result = result && sat_->GetValid(&src, tag_); in Work()
1545 result = result && sat_->GetValid(&src); in Work()
1850 if (!sat_->GetValid(&tmp)) in GetValidPage()
2211 result = result && sat_->GetValid(&src); in Work()
3044 if (!sat_->GetValid(&pe)) { in WriteBlockToDisk()
3360 result = result && sat_->GetValid(&source_pe); in Work()