Home
last modified time | relevance | path

Searched refs:__GFP_RECLAIM (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/tools/testing/radix-tree/linux/
Dgfp.h20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM) macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/Linux-v4.19/include/linux/
Dgfp.h195 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
290 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
293 #define GFP_NOIO (__GFP_RECLAIM)
294 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
295 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
301 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/Linux-v4.19/mm/
Dfailslab.c26 if (failslab.ignore_gfp_reclaim && (gfpflags & __GFP_RECLAIM)) in __should_failslab()
Dinternal.h25 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
31 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
Dmigrate.c1856 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
Dslab.c843 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
Dslub.c1581 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/Linux-v4.19/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v4.19/include/trace/events/
Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/Linux-v4.19/fs/cachefiles/
Dinternal.h34 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/Linux-v4.19/drivers/staging/android/ion/
Dion_system_heap.c22 __GFP_NORETRY) & ~__GFP_RECLAIM;
/Linux-v4.19/security/integrity/ima/
Dima_crypto.c126 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_init.c1667 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dinit.c1927 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c2554 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in i915_gem_object_get_pages_gtt()
4776 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_gem_object_create()