Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp.h415 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask);
/linux/mm/
H A Dslub.c4269 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
4933 if (gfp_pfmemalloc_allowed(gfp)) in __prefill_sheaf_pfmemalloc()
4938 if (likely(!ret || !gfp_pfmemalloc_allowed(gfp))) in __prefill_sheaf_pfmemalloc()
H A Dpage_alloc.c4584 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
/linux/net/core/
H A Dskbuff.c589 if (!gfp_pfmemalloc_allowed(flags)) in kmalloc_pfmemalloc()