Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dgfp_types.h259 #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) macro
377 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
380 #define GFP_NOIO (__GFP_RECLAIM)
381 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
382 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
388 __GFP_NOMEMALLOC | __GFP_NOWARN) & ~__GFP_RECLAIM)
/linux/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst81 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - 乐观分配,完全不尝试释放内存。最轻量级的模
/linux/mm/kmsan/
H A Dhooks.c88 GFP_KERNEL & ~(__GFP_RECLAIM), in kmsan_slab_free()
119 GFP_KERNEL & ~(__GFP_RECLAIM), in kmsan_kfree_large()
H A Dshadow.c211 GFP_KERNEL & ~(__GFP_RECLAIM), in kmsan_free_page()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c98 noreclaim = mapping_gfp_constraint(mapping, ~__GFP_RECLAIM); in shmem_sg_alloc_table()
575 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in shmem_object_init()
H A Di915_gem_ttm.c212 GEM_BUG_ON(!(mapping_gfp_mask(mapping) & __GFP_RECLAIM)); in i915_ttm_tt_shmem_populate()
/linux/include/trace/events/
H A Dmmflags.h102 gfpflag_string(__GFP_RECLAIM), \
/linux/security/integrity/ima/
H A Dima_crypto.c
/linux/Documentation/core-api/
H A Dmemory-allocation.rst94 * ``GFP_KERNEL & ~__GFP_RECLAIM`` - optimistic allocation without _any_