Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c322 page += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
323 pfn += (1 << PAGE_ALLOC_COSTLY_ORDER); in __reset_isolation_pfn()
1715 if (cc->order <= PAGE_ALLOC_COSTLY_ORDER) in fast_find_migrateblock()
1739 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit; in fast_find_migrateblock()
2152 watermark = (order > PAGE_ALLOC_COSTLY_ORDER) ? in __compaction_suitable()
2187 if (ret == COMPACT_CONTINUE && (order > PAGE_ALLOC_COSTLY_ORDER)) { in compaction_suitable()
H A Dpage_alloc.c4218 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
4378 if (order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4390 min_priority = (order > PAGE_ALLOC_COSTLY_ORDER) ? in should_compact_retry()
4421 if (!order || order > PAGE_ALLOC_COSTLY_ORDER) in should_compact_retry()
4704 if (did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) in should_reclaim_retry()
4819 const bool costly_order = order > PAGE_ALLOC_COSTLY_ORDER; in __alloc_pages_slowpath()
5070 WARN_ON_ONCE(order > PAGE_ALLOC_COSTLY_ORDER); in __alloc_pages_slowpath()
H A Dvmscan.c2633 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
3035 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
H A Dmemcontrol.c1958 if (order > PAGE_ALLOC_COSTLY_ORDER) in mem_cgroup_oom()
2798 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c370 PAGE_ALLOC_COSTLY_ORDER, ring->node); in xgbe_map_rx_buffer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drhashtable.c118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drhashtable.c118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drhashtable.c118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drhashtable.c118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drhashtable.c118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drhashtable.c117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h40 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dslub.rst155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c2451 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c1742 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c313 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()

12