Searched refs:PAGE_ALLOC_COSTLY_ORDER (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/mm/ |
D | page_alloc.c | 514 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex() 522 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex() 536 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order() 544 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order() 2619 if (order && order <= PAGE_ALLOC_COSTLY_ORDER) { in free_unref_page_commit() 3614 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom() 3767 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry() 3779 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry() 3810 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry() 4107 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry() [all …]
|
D | compaction.c | 370 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn() 1990 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock() 2014 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock() 2399 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable() 2434 if (order > PAGE_ALLOC_COSTLY_ORDER) { in compaction_suitable()
|
D | memcontrol.c | 1618 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom() 2235 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge_memcg()
|
D | vmscan.c | 5791 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction() 6164 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
|
D | slub.c | 5005 IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
|
/linux-6.12.1/drivers/net/ |
D | tap.c | 618 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()
|
D | tun.c | 1524 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in tun_alloc_skb() 1525 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb() 1527 &err, PAGE_ALLOC_COSTLY_ORDER); in tun_alloc_skb()
|
/linux-6.12.1/net/tls/ |
D | tls.h | 44 #define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
|
/linux-6.12.1/include/linux/ |
D | mmzone.h | 46 #define PAGE_ALLOC_COSTLY_ORDER 3 macro 665 #define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
|
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-desc.c | 370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
|
/linux-6.12.1/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-desc.c | 403 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xlgmac_map_rx_buffer()
|
/linux-6.12.1/Documentation/mm/ |
D | slub.rst | 155 .. slab_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
|
/linux-6.12.1/net/packet/ |
D | af_packet.c | 2992 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in packet_alloc_skb() 2993 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb() 2995 err, PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb()
|
/linux-6.12.1/fs/gfs2/ |
D | glock.c | 2669 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
|
/linux-6.12.1/net/unix/ |
D | af_unix.c | 2029 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
|
/linux-6.12.1/kernel/bpf/ |
D | syscall.c | 300 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
|
/linux-6.12.1/net/ipv4/ |
D | tcp_input.c | 5182 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()
|