PAGE_ALLOC_COSTLY_ORDER  370 drivers/net/ethernet/amd/xgbe/xgbe-desc.c 				       PAGE_ALLOC_COSTLY_ORDER, ring->node);
PAGE_ALLOC_COSTLY_ORDER  403 drivers/net/ethernet/synopsys/dwc-xlgmac-desc.c 		order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0);
PAGE_ALLOC_COSTLY_ORDER 2161 fs/gfs2/glock.c #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
PAGE_ALLOC_COSTLY_ORDER  147 kernel/bpf/syscall.c 	if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) {
PAGE_ALLOC_COSTLY_ORDER  305 mm/compaction.c 		page += (1 << PAGE_ALLOC_COSTLY_ORDER);
PAGE_ALLOC_COSTLY_ORDER  306 mm/compaction.c 		pfn += (1 << PAGE_ALLOC_COSTLY_ORDER);
PAGE_ALLOC_COSTLY_ORDER 1650 mm/compaction.c 	if (cc->order <= PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 1674 mm/compaction.c 	     order >= PAGE_ALLOC_COSTLY_ORDER && pfn == cc->migrate_pfn && nr_scanned < limit;
PAGE_ALLOC_COSTLY_ORDER 1991 mm/compaction.c 	watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ?
PAGE_ALLOC_COSTLY_ORDER 2026 mm/compaction.c 	if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) {
PAGE_ALLOC_COSTLY_ORDER 1896 mm/memcontrol.c 	if (order > PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 2634 mm/memcontrol.c 	if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER))
PAGE_ALLOC_COSTLY_ORDER 3830 mm/page_alloc.c 	if (order > PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 3992 mm/page_alloc.c 	if (order > PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 4004 mm/page_alloc.c 	min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ?
PAGE_ALLOC_COSTLY_ORDER 4035 mm/page_alloc.c 	if (!order || order > PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 4288 mm/page_alloc.c 	if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER)
PAGE_ALLOC_COSTLY_ORDER 4403 mm/page_alloc.c 	const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER;
PAGE_ALLOC_COSTLY_ORDER 4650 mm/page_alloc.c 		WARN_ON_ONCE(order > PAGE_ALLOC_COSTLY_ORDER);
PAGE_ALLOC_COSTLY_ORDER 3237 mm/slub.c      static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
PAGE_ALLOC_COSTLY_ORDER 2683 mm/vmscan.c    			(sc->order > PAGE_ALLOC_COSTLY_ORDER ||
PAGE_ALLOC_COSTLY_ORDER 2994 mm/vmscan.c    			    sc->order > PAGE_ALLOC_COSTLY_ORDER &&
PAGE_ALLOC_COSTLY_ORDER 4714 net/ipv4/tcp_input.c 				   PAGE_ALLOC_COSTLY_ORDER,
PAGE_ALLOC_COSTLY_ORDER 1639 net/unix/af_unix.c 				   PAGE_ALLOC_COSTLY_ORDER);