ALLOC_KSWAPD
if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD))
if ((alloc_flags & ALLOC_KSWAPD) &&
BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD);
if (alloc_flags & ALLOC_KSWAPD)
(alloc_flags & ALLOC_KSWAPD);