Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c2304 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD))
3413 if ((alloc_flags & ALLOC_KSWAPD) && in rmqueue()
3745 * __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD
4479 * and __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in wake_all_kswapds()
4483 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in wake_all_kswapds()
4775 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
4789 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()
H A Dinternal.h1480 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */
1382 #define ALLOC_KSWAPD global() macro