Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dcompaction.c313 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1784 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1808 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2210 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable()
2252 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
A Dpage_alloc.c713 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
718 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
732 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
740 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
3461 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
4464 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4632 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4644 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4675 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4972 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
[all …]
A Dmemcontrol.c1909 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2719 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge_memcg()
A Dvmscan.c6326 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
6674 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
A Dslub.c4062 IS_ENABLED(CONFIG_SLUB_TINY) ? 1 : PAGE_ALLOC_COSTLY_ORDER;
/linux-6.3-rc2/net/tls/
A Dtls.h43 #define TLS_PAGE_ORDER (min_t(unsigned int, PAGE_ALLOC_COSTLY_ORDER, \
/linux-6.3-rc2/include/linux/
A Dmmzone.h41 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
667 #define NR_LOWORDER_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1))
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/linux-6.3-rc2/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-desc.c403 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xlgmac_map_rx_buffer()
/linux-6.3-rc2/Documentation/mm/
A Dslub.rst155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/linux-6.3-rc2/fs/gfs2/
A Dglock.c2623 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux-6.3-rc2/net/unix/
A Daf_unix.c1946 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c325 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c4968 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()

Completed in 96 milliseconds