Home
last modified time | relevance | path

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

/linux/mm/
A Dcompaction.c319 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
320 pfn += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1764 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1788 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2187 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable()
2229 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
A Dpage_alloc.c664 if (order > PAGE_ALLOC_COSTLY_ORDER) { in order_to_pindex()
666 base = PAGE_ALLOC_COSTLY_ORDER + 1; in order_to_pindex()
669 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in order_to_pindex()
680 if (order > PAGE_ALLOC_COSTLY_ORDER) in pindex_to_order()
683 VM_BUG_ON(order > PAGE_ALLOC_COSTLY_ORDER); in pindex_to_order()
691 if (order <= PAGE_ALLOC_COSTLY_ORDER) in pcp_allowed_order()
4286 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4451 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4463 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4494 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
[all …]
A Dvmscan.c3059 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
3493 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
A Dmemcontrol.c1803 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2616 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge_memcg()
A Dslub.c3762 static unsigned int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
/linux/include/linux/
A Dmmzone.h40 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
354 #define NR_PCP_LISTS (MIGRATE_PCPTYPES * (PAGE_ALLOC_COSTLY_ORDER + 1 + NR_PCP_THP))
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/linux/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/Documentation/vm/
A Dslub.rst155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/linux/fs/gfs2/
A Dglock.c2676 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux/net/unix/
A Daf_unix.c1813 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/linux/kernel/bpf/
A Dsyscall.c321 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
/linux/net/ipv4/
A Dtcp_input.c4939 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()

Completed in 99 milliseconds