Home
last modified time | relevance | path

Searched refs:ALLOC_KSWAPD (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dpage_alloc.c1948 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback()
3088 if ((alloc_flags & ALLOC_KSWAPD) && in rmqueue()
4005 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
4282 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4350 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4356 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()
H A Dinternal.h1191 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro