Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgfp_types.h213 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro
327 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
330 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM)
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dbalance.rst18 对于 !__GFP_HIGH 和 !__GFP_KSWAPD_RECLAIM 以及非 __GFP_IO 的分配,需要进行
/openbmc/linux/include/trace/events/
H A Dmmflags.h52 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
/openbmc/linux/mm/kmsan/
H A Dcore.c77 flags &= ~(__GFP_DIRECT_RECLAIM | __GFP_KSWAPD_RECLAIM); in kmsan_save_stack_with_flags()
/openbmc/linux/Documentation/mm/
H A Dbalance.rst7 Memory balancing is needed for !__GFP_HIGH and !__GFP_KSWAPD_RECLAIM as
/openbmc/linux/mm/
H A Dzswap.c717 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()
1322 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_store()
H A Dhuge_memory.c743 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM; in vma_thp_gfp_mask()
749 __GFP_KSWAPD_RECLAIM); in vma_thp_gfp_mask()
H A Dpage_alloc.c3008 alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM); in alloc_flags_nofragment()
3702 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
3711 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)); in gfp_to_alloc_flags()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c93 __GFP_KSWAPD_RECLAIM; in ttm_pool_alloc_page()
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
H A Dsolo6x10-v4l2-enc.c1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
/openbmc/linux/drivers/media/pci/tw68/
H A Dtw68-video.c951 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c89 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c1463 __GFP_KSWAPD_RECLAIM | in zram_write_page()
1680 __GFP_KSWAPD_RECLAIM | in zram_recompress()
/openbmc/linux/kernel/power/
H A Dsnapshot.c2064 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c62 #define ALLOW_FAIL (__GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c2225 const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | in execlists_capture_work()