Lines Matching refs:PAGE_ALLOC_COSTLY_ORDER
664 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
666 base = PAGE_ALLOC_COSTLY_ORDER + 1; in order_to_pindex()
669 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
680 if (order > PAGE_ALLOC_COSTLY_ORDER) in pindex_to_order()
683 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
691 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
4286 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4451 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4463 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4494 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4755 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4851 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath()
5097 WARN_ON_ONCE(order > PAGE_ALLOC_COSTLY_ORDER); in __alloc_pages_slowpath()