Home
last modified time | relevance | path

Searched refs:gfp_pfmemalloc_allowed (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dslub.c4429 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
5083 if (gfp_pfmemalloc_allowed(gfp)) in __prefill_sheaf_pfmemalloc()
5088 if (likely(!ret || !gfp_pfmemalloc_allowed(gfp))) in __prefill_sheaf_pfmemalloc()
H A Dpage_alloc.c4624 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
/linux/net/core/
H A Dskbuff.c591 if (!gfp_pfmemalloc_allowed(flags)) in kmalloc_pfmemalloc()