| /OK3568_Linux_fs/kernel/mm/ |
| H A D | compaction.c | 322 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 D | page_alloc.c | 4218 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 D | vmscan.c | 2633 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction() 3035 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
|
| H A D | memcontrol.c | 1958 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 D | xgbe-desc.c | 370 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 D | rhashtable.c | 118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rhashtable.c | 117 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 D | rhashtable.c | 117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rhashtable.c | 117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rhashtable.c | 117 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 D | rhashtable.c | 118 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 D | rhashtable.c | 118 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 D | rhashtable.c | 118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-desc.c | 403 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 D | rhashtable.c | 117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | rhashtable.c | 117 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 D | rhashtable.c | 118 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | rhashtable.c | 117 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 D | rhashtable.c | 117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rhashtable.c | 117 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmzone.h | 40 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | slub.rst | 155 .. slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | glock.c | 2451 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1742 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 313 } else if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in __bpf_map_area_alloc()
|