Home
last modified time | relevance | path

Searched refs:PAGE_ALLOC_COSTLY_ORDER (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
H A Dvirtio_vsock.h69 PAGE_ALLOC_COSTLY_ORDER, &err, mask); in __virtio_vsock_alloc_skb_with_frags()
86 if (size <= SKB_WITH_OVERHEAD(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in virtio_vsock_alloc_skb()
H A Dmmzone.h62 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
726 #define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
/linux/mm/
H A Dcompaction.c338 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1957 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1981 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2378 if (order > PAGE_ALLOC_COSTLY_ORDER) in __compaction_suitable()
2413 if (order > PAGE_ALLOC_COSTLY_ORDER) { in compaction_suitable()
2496 if (order > PAGE_ALLOC_COSTLY_ORDER && async && in compaction_suit_allocation_order()
H A Dpage_alloc.c662 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
670 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
684 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
692 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
2844 if (order && order <= PAGE_ALLOC_COSTLY_ORDER) { in free_frozen_page_commit()
4032 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4185 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4197 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4228 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4534 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
[all …]
H A Dmemcontrol.c1665 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2380 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge_memcg()
H A Dvmscan.c5928 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
6302 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
H A Dslub.c7523 IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
/linux/drivers/net/
H A Dtap.c553 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in tap_alloc_skb()
554 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in tap_alloc_skb()
556 err, PAGE_ALLOC_COSTLY_ORDER); in tap_alloc_skb()
H A Dtun.c1459 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in tun_alloc_skb()
1460 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb()
1462 &err, PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb()
/linux/net/tls/
H A Dtls.h44 #define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c261 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c403 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xlgmac_map_rx_buffer()
/linux/Documentation/admin-guide/mm/
H A Dslab.rst154 .. slab_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/linux/net/packet/
H A Daf_packet.c2924 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in packet_alloc_skb()
2925 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb()
2927 err, PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb()
/linux/fs/gfs2/
H A Dglock.c2634 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux/net/unix/
H A Daf_unix.c2155 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/linux/kernel/bpf/
H A Dsyscall.c394 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
/linux/net/ipv4/
H A Dtcp_input.c5317 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()