Searched refs:PAGE_ALLOC_COSTLY_ORDER (Results 1 - 16 of 16) sorted by relevance

/linux-master/net/tls/
H A Dtls.h44 #define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
/linux-master/mm/
H A Dpage_alloc.c525 if (order > PAGE_ALLOC_COSTLY_ORDER) {
530 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER);
544 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER);
552 if (order <= PAGE_ALLOC_COSTLY_ORDER)
2454 if (order && order <= PAGE_ALLOC_COSTLY_ORDER) {
3461 if (order > PAGE_ALLOC_COSTLY_ORDER)
3614 if (order > PAGE_ALLOC_COSTLY_ORDER)
3626 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ?
3657 if (!order || order > PAGE_ALLOC_COSTLY_ORDER)
3954 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER)
[all...]
H A Dcompaction.c389 page += (1 << PAGE_ALLOC_COSTLY_ORDER);
2008 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER)
2032 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit;
2417 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ?
2452 if (order > PAGE_ALLOC_COSTLY_ORDER) {
H A Dvmscan.c5763 (sc->order > PAGE_ALLOC_COSTLY_ORDER ||
6115 sc->order > PAGE_ALLOC_COSTLY_ORDER &&
H A Dmemcontrol.c2006 if (order > PAGE_ALLOC_COSTLY_ORDER)
2807 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER))
H A Dslub.c4668 IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
/linux-master/drivers/net/
H A Dtap.c618 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
619 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
621 err, PAGE_ALLOC_COSTLY_ORDER);
H A Dtun.c1523 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
1524 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
1526 &err, PAGE_ALLOC_COSTLY_ORDER);
/linux-master/include/linux/
H A Dmmzone.h41 * PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
46 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
654 * One per migratetype for each PAGE_ALLOC_COSTLY_ORDER. One additional list
664 #define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node);
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c403 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0);
/linux-master/net/packet/
H A Daf_packet.c2928 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
2929 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
2931 err, PAGE_ALLOC_COSTLY_ORDER);
/linux-master/fs/gfs2/
H A Dglock.c2653 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux-master/net/unix/
H A Daf_unix.c2021 PAGE_ALLOC_COSTLY_ORDER);
/linux-master/kernel/bpf/
H A Dsyscall.c300 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) {
/linux-master/net/ipv4/
H A Dtcp_input.c5105 PAGE_ALLOC_COSTLY_ORDER,

Completed in 886 milliseconds