Searched refs:__GFP_KSWAPD_RECLAIM (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h191 * %__GFP_KSWAPD_RECLAIM indicates that the caller wants to wake kswapd when
247 #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ macro
362 #define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
365 #define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM | __GFP_NOWARN)
/linux-master/include/trace/events/
H A Dmmflags.h52 gfpflag_string(__GFP_KSWAPD_RECLAIM), \
/linux-master/mm/kmsan/
H A Dcore.c77 flags &= ~(__GFP_DIRECT_RECLAIM | __GFP_KSWAPD_RECLAIM);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c671 solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
H A Dsolo6x10-v4l2-enc.c1269 solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_pool.c94 __GFP_KSWAPD_RECLAIM;
/linux-master/mm/
H A Dzswap.c317 gfp_t gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM;
1046 gfp = __GFP_NORETRY | __GFP_NOWARN | __GFP_KSWAPD_RECLAIM;
H A Dpage_alloc.c3134 * __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD
3137 alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM);
3846 * and __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD
3850 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD);
3859 (gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM));
H A Dhuge_memory.c965 return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM;
971 __GFP_KSWAPD_RECLAIM);
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c952 dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
/linux-master/drivers/md/
H A Ddm-kcopyd.c272 pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM);
/linux-master/drivers/block/zram/
H A Dzram_drv.c1459 __GFP_KSWAPD_RECLAIM |
1676 __GFP_KSWAPD_RECLAIM |
/linux-master/kernel/power/
H A Dsnapshot.c2066 page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c63 #define ALLOW_FAIL (__GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c2225 const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL |

Completed in 244 milliseconds