Searched refs:pfmemalloc_match (Results 1 – 1 of 1) sorted by relevance
1654 static inline bool pfmemalloc_match(struct page *page, gfp_t gfpflags);1680 if (!pfmemalloc_match(page, flags)) in get_partial_node()2290 static inline bool pfmemalloc_match(struct page *page, gfp_t gfpflags) in pfmemalloc_match() function2382 if (unlikely(!pfmemalloc_match(page, gfpflags))) { in ___slab_alloc()2433 if (likely(!kmem_cache_debug(s) && pfmemalloc_match(page, gfpflags))) in ___slab_alloc()