Searched refs:ALLOC_KSWAPD (Results 1 – 2 of 2) sorted by relevance
2303 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in try_to_claim_block()3382 if ((alloc_flags & ALLOC_KSWAPD) && in rmqueue()4459 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()4734 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()4810 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()4816 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()
1302 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro