Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dgfp.h407 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask);
/linux-6.15/mm/
H A Dpage_alloc.c4296 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
4521 && !gfp_pfmemalloc_allowed(gfp_mask)) { in __alloc_pages_slowpath()
H A Dslub.c3591 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
/linux-6.15/net/core/
H A Dskbuff.c581 if (obj || !(gfp_pfmemalloc_allowed(flags))) in kmalloc_reserve()
602 if (obj || !(gfp_pfmemalloc_allowed(flags))) in kmalloc_reserve()