Symbol: PAGE_ALLOC_COSTLY_ORDER
drivers/net/ethernet/amd/xgbe/xgbe-desc.c
261
PAGE_ALLOC_COSTLY_ORDER, ring->node);
drivers/net/ethernet/synopsys/dwc-xlgmac-desc.c
399
order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0);
drivers/net/tap.c
553
if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
drivers/net/tap.c
554
linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
drivers/net/tap.c
556
err, PAGE_ALLOC_COSTLY_ORDER);
drivers/net/tun.c
1459
if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
drivers/net/tun.c
1460
linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
drivers/net/tun.c
1462
&err, PAGE_ALLOC_COSTLY_ORDER);
fs/gfs2/glock.c
2588
#define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
include/linux/mmzone.h
726
#define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
include/linux/virtio_vsock.h
69
PAGE_ALLOC_COSTLY_ORDER, &err, mask);
include/linux/virtio_vsock.h
86
if (size <= SKB_WITH_OVERHEAD(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
kernel/bpf/syscall.c
397
} else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) {
mm/compaction.c
1957
if (cc->order <= PAGE_ALLOC_COSTLY_ORDER)
mm/compaction.c
1981
order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit;
mm/compaction.c
2378
if (order > PAGE_ALLOC_COSTLY_ORDER)
mm/compaction.c
2413
if (order > PAGE_ALLOC_COSTLY_ORDER) {
mm/compaction.c
2496
if (order > PAGE_ALLOC_COSTLY_ORDER && async &&
mm/compaction.c
338
page += (1 << PAGE_ALLOC_COSTLY_ORDER);
mm/memcontrol.c
1710
if (order > PAGE_ALLOC_COSTLY_ORDER)
mm/memcontrol.c
2438
if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER))
mm/page_alloc.c
2888
if (order && order <= PAGE_ALLOC_COSTLY_ORDER) {
mm/page_alloc.c
4111
if (order > PAGE_ALLOC_COSTLY_ORDER)
mm/page_alloc.c
4264
if (order > PAGE_ALLOC_COSTLY_ORDER)
mm/page_alloc.c
4276
min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ?
mm/page_alloc.c
4307
if (!order || order > PAGE_ALLOC_COSTLY_ORDER)
mm/page_alloc.c
4613
if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER)
mm/page_alloc.c
4716
const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER;
mm/page_alloc.c
689
if (order > PAGE_ALLOC_COSTLY_ORDER) {
mm/page_alloc.c
697
VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER);
mm/page_alloc.c
711
VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER);
mm/page_alloc.c
719
if (order <= PAGE_ALLOC_COSTLY_ORDER)
mm/slub.c
7318
IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
mm/vmscan.c
5894
(sc->order > PAGE_ALLOC_COSTLY_ORDER ||
mm/vmscan.c
6263
sc->order > PAGE_ALLOC_COSTLY_ORDER &&
net/ipv4/tcp_input.c
5586
PAGE_ALLOC_COSTLY_ORDER,
net/packet/af_packet.c
2924
if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER))
net/packet/af_packet.c
2925
linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER);
net/packet/af_packet.c
2927
err, PAGE_ALLOC_COSTLY_ORDER);
net/tls/tls.h
44
#define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
net/unix/af_unix.c
2129
PAGE_ALLOC_COSTLY_ORDER);