Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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)
/kernel/linux/linux-5.10/include/linux/
Dgfp.h204 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
301 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
304 #define GFP_NOIO (__GFP_RECLAIM)
305 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
306 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
312 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/kernel/linux/linux-5.10/fs/nilfs2/
Dmdt.h67 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/kernel/linux/linux-5.10/mm/
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.c1574 gfp_mask &= ~__GFP_RECLAIM; in alloc_migration_target()
2026 ~__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.c1764 alloc_gfp = (alloc_gfp | __GFP_NOMEMALLOC) & ~(__GFP_RECLAIM|__GFP_NOFAIL); in allocate_slab()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/trace/events/
Dmmflags.h49 {(unsigned long)__GFP_RECLAIM, "__GFP_RECLAIM"}, \
/kernel/linux/linux-5.10/fs/cachefiles/
Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC)
/kernel/linux/linux-5.10/drivers/staging/android/ion/
Dion_system_heap.c22 __GFP_NORETRY) & ~__GFP_RECLAIM;
/kernel/linux/linux-5.10/Documentation/core-api/
Dmemory-allocation.rst93 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c247 gfp_t gfp_mask = __GFP_RECLAIM | __GFP_NOWARN | __GFP_NORETRY; in ima_alloc_pages()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_init.c1634 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in qib_setup_eagerbufs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dinit.c1875 gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP; in hfi1_setup_eagerbufs()
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch1655 + | __GFP_NORETRY) & ~__GFP_RECLAIM) \
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch48521 + buffer = kmalloc(DTB_CELL_SIZE, GFP_KERNEL | __GFP_RECLAIM);
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch6657 + | __GFP_NORETRY) & ~__GFP_RECLAIM) \