Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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-v5.4/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v5.4/mm/
Dinternal.h21 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
27 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
Dmigrate.c1883 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
Dslab.c803 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
Dslub.c1638 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c76 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_get_pages()
495 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_gem_object_create_shmem()
/Linux-v5.4/include/trace/events/
Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/Linux-v5.4/fs/cachefiles/
Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/Linux-v5.4/drivers/staging/android/ion/
Dion_system_heap.c22 __GFP_NORETRY) & ~__GFP_RECLAIM;
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c123 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dinit.c1939 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()