Lines Matching refs:PAGE_ALLOC_COSTLY_ORDER
713 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
718 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
732 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
740 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
3461 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
4464 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4632 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4644 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4675 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4972 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
5068 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath()