Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfinelock_queue.h40 bool GetValid(struct page_entry *pe);
46 bool GetValid(struct page_entry *pe, int32 tag);
H A Dsat.h74 bool GetValid(struct page_entry *pe);
79 bool GetValid(struct page_entry *pe, int32 tag);
H A 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
H A 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()
H A Dworker.cc1482 result = result && sat_->GetValid(&pe); in Work()
1529 result = result && sat_->GetValid(&src, tag_); in Work()
1592 result = result && sat_->GetValid(&src); in Work()
1899 if (!sat_->GetValid(&tmp)) in GetValidPage()
2261 result = result && sat_->GetValid(&src); in Work()
3090 if (!sat_->GetValid(&pe)) { in WriteBlockToDisk()
3406 result = result && sat_->GetValid(&source_pe); in Work()