Lines Matching refs:page_entry
40 pages_ = new struct page_entry[q_size_]; in FineLockPEQueue() local
224 struct page_entry pe; in ErrorLogCallback()
271 struct page_entry *pe) { in GetPageFromPhysical()
327 bool FineLockPEQueue::GetRandomWithPredicateTag(struct page_entry *pe, in GetRandomWithPredicateTag()
328 bool (*pred_func)(struct page_entry*), in GetRandomWithPredicateTag() argument
387 bool FineLockPEQueue::GetRandomWithPredicate(struct page_entry *pe, in GetRandomWithPredicate()
388 bool (*pred_func)(struct page_entry*)) { in GetRandomWithPredicate() argument
397 bool FineLockPEQueue::GetValid(struct page_entry *pe) { in GetValid()
401 bool FineLockPEQueue::GetValid(struct page_entry *pe, int32 mask) { in GetValid()
409 bool FineLockPEQueue::GetEmpty(struct page_entry *pe, int32 mask) { in GetEmpty()
412 bool FineLockPEQueue::GetEmpty(struct page_entry *pe) { in GetEmpty()
420 bool FineLockPEQueue::PutEmpty(struct page_entry *pe) { in PutEmpty()
438 bool FineLockPEQueue::PutValid(struct page_entry *pe) { in PutValid()