Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpage_alloc.c3903 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath() local
3974 (costly_order || in __alloc_pages_slowpath()
3988 if (costly_order && (gfp_mask & __GFP_NORETRY)) { in __alloc_pages_slowpath()
4073 if (costly_order && !(gfp_mask & __GFP_RETRY_MAYFAIL)) in __alloc_pages_slowpath()
4152 WARN_ON_ONCE_GFP(costly_order, gfp_mask); in __alloc_pages_slowpath()