Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfinelock_queue.h39 bool GetEmpty(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
H A Dsat.h76 bool GetEmpty(struct page_entry *pe);
80 bool GetEmpty(struct page_entry *pe, int32 tag);
H A 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
H A 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()
H A Dworker.cc556 result = result && sat_->GetEmpty(&pe); in Work()
1530 result = result && sat_->GetEmpty(&dst, tag_); in Work()
1885 if (!sat_->GetEmpty(dst)) in GetEmptyPage()
2262 result = result && sat_->GetEmpty(&dst); in Work()
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py89 val = self.GetEmpty(self.type)
142 def GetEmpty(self, type): member in Prop