Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp_types.h262 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro
377 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
380 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM | __GFP_NOWARN)
/linux/Documentation/translations/zh_CN/mm/
H A Dbalance.rst18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
/linux/drivers/block/zram/
H A Dbackend_zstd.c39 return kvzalloc(size, __GFP_KSWAPD_RECLAIM | __GFP_NOWARN); in zstd_custom_alloc()
H A Dzram_drv.c1765 __GFP_KSWAPD_RECLAIM | in zram_write_page()
2012 __GFP_KSWAPD_RECLAIM | in recompress_slot()
/linux/include/trace/events/
H A Dmmflags.h115 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
/linux/mm/kmsan/
H A Dcore.c76 flags &= ~(__GFP_DIRECT_RECLAIM | __GFP_KSWAPD_RECLAIM); in kmsan_save_stack_with_flags()
/linux/mm/
H A Dzswap.c253 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()
968 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_compress()
H A Dpage_alloc.c3299 alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM); in alloc_flags_nofragment()
4005 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
4014 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
H A Dhuge_memory.c1290 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM; in vma_thp_gfp_mask()
1296 __GFP_KSWAPD_RECLAIM); in vma_thp_gfp_mask()
/linux/Documentation/mm/
H A Dbalance.rst7 Memory balancing is needed for !__GFP_HIGH and !__GFP_KSWAPD_RECLAIM as
/linux/drivers/md/
H A Ddm-kcopyd.c272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
/linux/kernel/power/
H A Dsnapshot.c2058 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c63 #define ALLOW_FAIL (__GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c2216 const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | in execlists_capture_work()