Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dgfp.h623 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask);
/kernel/linux/linux-5.10/mm/
Dpage_alloc.c4541 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
4756 && !gfp_pfmemalloc_allowed(gfp_mask)) { in __alloc_pages_slowpath()
Dslab.c2852 if (!gfp_pfmemalloc_allowed(flags)) in cache_alloc_pfmemalloc()
Dslub.c2609 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c145 if (obj || !(gfp_pfmemalloc_allowed(flags))) in __kmalloc_reserve()