Searched refs:ALLOC_KSWAPD (Results 1 – 2 of 2) sorted by relevance
1813 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback() 2813 if ((alloc_flags & ALLOC_KSWAPD) && in rmqueue() 3028 * __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in alloc_flags_nofragment() 3719 * and __GFP_KSWAPD_RECLAIM is assumed to be the same as ALLOC_KSWAPD in gfp_to_alloc_flags() 3723 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags() 3975 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath() 4043 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath() 4049 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()
914 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro