Home
last modified time | relevance | path

Searched refs:page_is_valid (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dfinelock_queue.cc369 if (pred_func == page_is_valid) { in GetRandomWithPredicateTag()
398 return GetRandomWithPredicate(pe, page_is_valid); in GetValid()
402 return GetRandomWithPredicateTag(pe, page_is_valid, mask); in GetValid()
439 if (!pe || !page_is_valid(pe) || !q_size_) in PutValid()
Dfinelock_queue.h65 static bool page_is_valid(struct page_entry *pe) { in page_is_valid() function