Searched refs:__GFP_KSWAPD_RECLAIM (Results 1 – 17 of 17) sorted by relevance
262 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro377 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)380 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM | __GFP_NOWARN)
18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
39 return kvzalloc(size, __GFP_KSWAPD_RECLAIM | __GFP_NOWARN); in zstd_custom_alloc()
1547 __GFP_KSWAPD_RECLAIM | in zram_write_page()1775 __GFP_KSWAPD_RECLAIM | in zram_recompress()
52 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
76 flags &= ~(__GFP_DIRECT_RECLAIM | __GFP_KSWAPD_RECLAIM); in kmsan_save_stack_with_flags()
253 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()924 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_compress()
3296 alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM); in alloc_flags_nofragment()4003 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()4012 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
1241 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM; in vma_thp_gfp_mask()1247 __GFP_KSWAPD_RECLAIM); in vma_thp_gfp_mask()
7 Memory balancing is needed for !__GFP_HIGH and !__GFP_KSWAPD_RECLAIM as
671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
952 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
2061 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
64 #define ALLOW_FAIL (__GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
2225 const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | in execlists_capture_work()
Completed in 97 milliseconds