Home
last modified time | relevance | path

Searched refs:ALLOC_KSWAPD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dinternal.h729 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro
H A Dpage_alloc.c2552 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback()
3784 * __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in alloc_flags_nofragment()
4469 * and __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in gfp_to_alloc_flags()
4473 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
4733 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4801 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c1801 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback()
2822 if ((alloc_flags & ALLOC_KSWAPD) && in rmqueue()
3040 * __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in alloc_flags_nofragment()
3733 * and __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in gfp_to_alloc_flags()
3737 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
3987 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4055 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4061 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()
H A Dinternal.h986 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro

Completed in 27 milliseconds