Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/include/linux/
Dgfp.h202 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
299 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
302 #define GFP_NOIO (__GFP_RECLAIM)
303 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
304 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
310 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/Linux-v5.10/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/Linux-v5.10/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.c1567 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2019 ~__GFP_RECLAIM, 0); in alloc_misplaced_dst_page()
Dslab.c813 return (flags | __GFP_THISNODE | __GFP_NOWARN) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in gfp_exact_node()
Dslub.c1756 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c78 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_get_pages()
497 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in create_shmem()
/Linux-v5.10/include/trace/events/
Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/Linux-v5.10/fs/cachefiles/
Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/Linux-v5.10/drivers/staging/android/ion/
Dion_system_heap.c22 __GFP_NORETRY) & ~__GFP_RECLAIM;
/Linux-v5.10/security/integrity/ima/
Dima_crypto.c247 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/Linux-v5.10/Documentation/core-api/
Dmemory-allocation.rst93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/Linux-v5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dinit.c1878 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()