Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/radix-tree/linux/
Dgfp.h18 #define __GFP_KSWAPD_RECLAIM 0x2000000u macro
20 #define __GFP_RECLAIM (__GFP_DIRECT_RECLAIM|__GFP_KSWAPD_RECLAIM)
23 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
25 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM)
/Linux-v5.15/include/linux/
Dgfp.h217 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro
323 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
326 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM)
/Linux-v5.15/arch/arm/xen/
Dmm.c29 gfp_t flags = __GFP_NOWARN|__GFP_KSWAPD_RECLAIM; in xen_get_swiotlb_free_pages()
/Linux-v5.15/include/trace/events/
Dmmflags.h51 {(unsigned long)__GFP_KSWAPD_RECLAIM, "__GFP_KSWAPD_RECLAIM"},\
/Linux-v5.15/mm/
Dzswap.c589 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()
1191 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_frontswap_store()
Dhuge_memory.c692 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM; in vma_thp_gfp_mask()
698 __GFP_KSWAPD_RECLAIM); in vma_thp_gfp_mask()
Dpage_alloc.c4000 alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM); in alloc_flags_nofragment()
4664 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
4673 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
/Linux-v5.15/Documentation/vm/
Dbalance.rst9 Memory balancing is needed for !__GFP_ATOMIC and !__GFP_KSWAPD_RECLAIM as
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_pool.c92 __GFP_KSWAPD_RECLAIM; in ttm_pool_alloc_page()
/Linux-v5.15/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c675 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
Dsolo6x10-v4l2-enc.c1272 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/Linux-v5.15/drivers/md/
Ddm-kcopyd.c268 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
/Linux-v5.15/drivers/media/pci/tw68/
Dtw68-video.c952 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/Linux-v5.15/drivers/video/fbdev/vermilion/
Dvermilion.c88 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/Linux-v5.15/kernel/power/
Dsnapshot.c1964 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
/Linux-v5.15/drivers/block/zram/
Dzram_drv.c1376 __GFP_KSWAPD_RECLAIM | in __zram_bvec_write()