Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgfp.h339 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask);
/openbmc/linux/mm/
H A Dpage_alloc.c3798 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
3998 && !gfp_pfmemalloc_allowed(gfp_mask)) { in __alloc_pages_slowpath()
H A Dslab.c2812 if (!gfp_pfmemalloc_allowed(flags)) in cache_alloc_pfmemalloc()
H A Dslub.c3031 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
/openbmc/linux/net/core/
H A Dskbuff.c563 if (obj || !(gfp_pfmemalloc_allowed(flags))) in kmalloc_reserve()
584 if (obj || !(gfp_pfmemalloc_allowed(flags))) in kmalloc_reserve()