Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c525 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
533 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
547 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
555 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
2396 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
3319 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
3472 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
3484 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
3515 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
3812 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
[all …]
H A Dcompaction.c365 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1879 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1903 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2297 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable()
2332 if (order > PAGE_ALLOC_COSTLY_ORDER) { in compaction_suitable()
H A Dmemcontrol.c1929 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2715 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge_memcg()
H A Dvmscan.c6406 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
6756 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
H A Dslub.c4084 IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
/openbmc/linux/drivers/net/
H A Dtap.c618 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in tap_alloc_skb()
619 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in tap_alloc_skb()
621 err, PAGE_ALLOC_COSTLY_ORDER); in tap_alloc_skb()
H A Dtun.c1530 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in tun_alloc_skb()
1531 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb()
1533 &err, PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb()
/openbmc/linux/net/tls/
H A Dtls.h44 #define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
/openbmc/linux/include/linux/
H A Dmmzone.h45 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
676 #define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/openbmc/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()
/openbmc/linux/Documentation/mm/
H A Dslub.rst155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/openbmc/linux/net/packet/
H A Daf_packet.c2999 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in packet_alloc_skb()
3000 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb()
3002 err, PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb()
/openbmc/linux/fs/gfs2/
H A Dglock.c2657 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/openbmc/linux/net/unix/
H A Daf_unix.c1932 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c300 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
/openbmc/linux/net/ipv4/
H A Dtcp_input.c5085 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()