Searched refs:GetEmpty (Results 1 – 6 of 6) sorted by relevance
39 bool GetEmpty(struct page_entry *pe);45 bool GetEmpty(struct page_entry *pe, int32 tag);
76 bool GetEmpty(struct page_entry *pe);80 bool GetEmpty(struct page_entry *pe, int32 tag);
409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty() function in FineLockPEQueue412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty() function in FineLockPEQueue
290 bool Sat::GetEmpty(struct page_entry *pe) { in GetEmpty() function in Sat291 return GetEmpty(pe, kDontCareTag); in GetEmpty()294 bool Sat::GetEmpty(struct page_entry *pe, int32 tag) { in GetEmpty() function in Sat298 result = finelock_q_->GetEmpty(pe, tag); in GetEmpty()
539 result = result && sat_->GetEmpty(&pe); in Work()1488 result = result && sat_->GetEmpty(&dst, tag_); in Work()1841 if (!sat_->GetEmpty(dst)) in GetEmptyPage()2216 result = result && sat_->GetEmpty(&dst); in Work()
20 TEST(IceCredentialsIteratorTest, GetEmpty) { in TEST() argument