Searched refs:pfmemalloc_match (Results 1 – 1 of 1) sorted by relevance
3812 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags);3839 if (!pfmemalloc_match(slab, pc->flags)) { in get_partial_node_bulk()3911 if (!pfmemalloc_match(slab, gfp_flags)) in get_from_partial_node()4426 static inline bool pfmemalloc_match(struct slab *slab, gfp_t gfpflags) in pfmemalloc_match() function