Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c3937 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath() local
4008 (costly_order || in __alloc_pages_slowpath()
4022 if (costly_order && (gfp_mask & __GFP_NORETRY)) { in __alloc_pages_slowpath()
4107 if (costly_order && !(gfp_mask & __GFP_RETRY_MAYFAIL)) in __alloc_pages_slowpath()
4186 WARN_ON_ONCE_GFP(costly_order, gfp_mask); in __alloc_pages_slowpath()
/kernel/linux/linux-5.10/mm/
H A Dpage_alloc.c4685 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath() local
4754 (costly_order || in __alloc_pages_slowpath()
4768 if (costly_order && (gfp_mask & __GFP_NORETRY)) { in __alloc_pages_slowpath()
4858 if (costly_order && !(gfp_mask & __GFP_RETRY_MAYFAIL)) in __alloc_pages_slowpath()

Completed in 22 milliseconds