Symbol: __GFP_KSWAPD_RECLAIM
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
2222
const gfp_t gfp = __GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL |
drivers/gpu/drm/i915/i915_gpu_error.c
63
#define ALLOW_FAIL (__GFP_KSWAPD_RECLAIM | __GFP_RETRY_MAYFAIL | __GFP_NOWARN)
drivers/gpu/drm/msm/msm_gem_shrinker.c
30
(current_is_kswapd() && (sc->gfp_mask & __GFP_KSWAPD_RECLAIM));
drivers/gpu/drm/panthor/panthor_gem.c
1362
((sc->gfp_mask & __GFP_KSWAPD_RECLAIM) && current_is_kswapd());
drivers/md/dm-kcopyd.c
272
pl = alloc_pl(__GFP_NOWARN | __GFP_NORETRY | __GFP_KSWAPD_RECLAIM);
drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c
1267
solo_enc->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
drivers/media/pci/solo6x10/solo6x10-v4l2.c
669
solo_dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
drivers/media/pci/tw68/tw68-video.c
950
dev->vidq.gfp_flags = __GFP_DMA32 | __GFP_KSWAPD_RECLAIM;
include/linux/gfp_types.h
376
#define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
include/linux/gfp_types.h
379
#define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM | __GFP_NOWARN)
kernel/power/snapshot.c
2056
page = alloc_image_page(__GFP_HIGHMEM|__GFP_KSWAPD_RECLAIM);
lib/debugobjects.c
418
gfp |= __GFP_KSWAPD_RECLAIM;
mm/huge_memory.c
1447
return GFP_TRANSHUGE_LIGHT | __GFP_KSWAPD_RECLAIM;
mm/huge_memory.c
1453
__GFP_KSWAPD_RECLAIM);
mm/page_alloc.c
3748
alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM);
mm/page_alloc.c
4487
BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD);
mm/page_alloc.c
4496
(gfp_mask & (__GFP_HIGH | __GFP_KSWAPD_RECLAIM));
mm/page_alloc.c
4860
(gfp_mask & __GFP_KSWAPD_RECLAIM)) {
tools/include/linux/gfp_types.h
376
#define GFP_ATOMIC (__GFP_HIGH|__GFP_KSWAPD_RECLAIM)
tools/include/linux/gfp_types.h
379
#define GFP_NOWAIT (__GFP_KSWAPD_RECLAIM | __GFP_NOWARN)