Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dinternal.h773 #define ALLOC_KSWAPD 0x800 /* allow waking of kswapd, __GFP_KSWAPD_RECLAIM set */ macro
A Dpage_alloc.c2803 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback()
4868 BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD); in gfp_to_alloc_flags()
5118 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
5186 if (alloc_flags & ALLOC_KSWAPD) in __alloc_pages_slowpath()
5192 (alloc_flags & ALLOC_KSWAPD); in __alloc_pages_slowpath()

Completed in 26 milliseconds