Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c3922 bool can_direct_reclaim = gfp_mask & __GFP_DIRECT_RECLAIM; in __alloc_pages_slowpath() local
3995 if (can_direct_reclaim && can_compact && in __alloc_pages_slowpath()
4068 if (!can_direct_reclaim) in __alloc_pages_slowpath()
4159 if (WARN_ON_ONCE_GFP(!can_direct_reclaim, gfp_mask)) in __alloc_pages_slowpath()