Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dcompaction.c322 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
323 pfn += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1682 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1706 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2111 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable()
2146 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
Dpage_alloc.c4084 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4244 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4256 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4287 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4570 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4685 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath()
4937 WARN_ON_ONCE(order > PAGE_ALLOC_COSTLY_ORDER); in __alloc_pages_slowpath()
Dvmscan.c2530 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
2929 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
Dmemcontrol.c1954 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2794 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge()
Dslub.c3377 static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-desc.c403 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xlgmac_map_rx_buffer()
/kernel/linux/linux-5.10/include/linux/
Dmmzone.h39 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
/kernel/linux/linux-5.10/Documentation/vm/
Dslub.rst155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c2452 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/kernel/linux/linux-5.10/net/unix/
Daf_unix.c1742 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c311 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_input.c4927 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()