Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dgfp.h148 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro
237 #define GFP_ATOMIC (__GFP_HIGH|__GFP_ATOMIC|__GFP_KSWAPD_RECLAIM)
239 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM)
251 ~__GFP_KSWAPD_RECLAIM)
/linux-4.4.14/include/trace/events/
Dgfpflags.h40 {(unsigned long)__GFP_KSWAPD_RECLAIM, "GFP_KSWAPD_RECLAIM"}, \
/linux-4.4.14/arch/arm/xen/
Dmm.c28 gfp_t flags = __GFP_NOWARN|__GFP_KSWAPD_RECLAIM; in xen_get_swiotlb_free_pages()
/linux-4.4.14/mm/
Dzswap.c571 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM; in zswap_pool_create()
1020 __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM, in zswap_frontswap_store()
Dpage_alloc.c2986 return (gfp_mask & (GFP_TRANSHUGE | __GFP_KSWAPD_RECLAIM)) == GFP_TRANSHUGE; in is_thp_gfp_mask()
3030 if (gfp_mask & __GFP_KSWAPD_RECLAIM) in __alloc_pages_slowpath()
/linux-4.4.14/Documentation/vm/
Dbalance3 Memory balancing is needed for !__GFP_ATOMIC and !__GFP_KSWAPD_RECLAIM as
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c681 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_v4l2_init()
Dsolo6x10-v4l2-enc.c1300 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in solo_enc_alloc()
/linux-4.4.14/drivers/md/
Ddm-kcopyd.c247 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM); in kcopyd_get_pages()
/linux-4.4.14/drivers/media/pci/tw68/
Dtw68-video.c982 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM; in tw68_video_init2()
/linux-4.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c102 flags = __GFP_DMA | __GFP_HIGH | __GFP_KSWAPD_RECLAIM; in vmlfb_alloc_vram_area()
/linux-4.4.14/kernel/power/
Dsnapshot.c1782 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM); in alloc_highmem_pages()