Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dgfp.h658 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask);
/Linux-v5.15/mm/
Dslub.c2807 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match()
2820 return gfp_pfmemalloc_allowed(gfpflags); in pfmemalloc_match_unsafe()
Dpage_alloc.c4732 bool gfp_pfmemalloc_allowed(gfp_t gfp_mask) in gfp_pfmemalloc_allowed() function
4942 && !gfp_pfmemalloc_allowed(gfp_mask)) { in __alloc_pages_slowpath()
Dslab.c2854 if (!gfp_pfmemalloc_allowed(flags)) in cache_alloc_pfmemalloc()
/Linux-v5.15/net/core/
Dskbuff.c359 if (obj || !(gfp_pfmemalloc_allowed(flags))) in kmalloc_reserve()