Searched defs:highest_zoneidx (Results 1 – 10 of 10) sorted by relevance
/linux-6.15/include/linux/ |
D | compaction.h | 117 int highest_zoneidx) in compaction_suitable() 130 int order, int highest_zoneidx) in wakeup_kcompactd()
|
D | mmzone.h | 1702 enum zone_type highest_zoneidx, in next_zones_zonelist() 1728 enum zone_type highest_zoneidx, in first_zones_zonelist()
|
/linux-6.15/mm/ |
D | mmzone.c | 57 enum zone_type highest_zoneidx, in __next_zones_zonelist()
|
D | compaction.c | 2400 unsigned long watermark, int highest_zoneidx, in __compaction_suitable() 2430 int highest_zoneidx) in compaction_suitable() 2513 int highest_zoneidx, unsigned int alloc_flags, in compaction_suit_allocation_order() 2793 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() 3075 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local 3177 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()
|
D | vmscan.c | 6700 static bool pgdat_watermark_boosted(pg_data_t *pgdat, int highest_zoneidx) in pgdat_watermark_boosted() 6728 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() 6812 int highest_zoneidx) in prepare_kswapd_sleep() 6885 update_reclaim_active(pg_data_t *pgdat, int highest_zoneidx, bool active) in update_reclaim_active() 6899 set_reclaim_active(pg_data_t *pgdat, int highest_zoneidx) in set_reclaim_active() 6905 clear_reclaim_active(pg_data_t *pgdat, int highest_zoneidx) in clear_reclaim_active() 6923 static int balance_pgdat(pg_data_t *pgdat, int order, int highest_zoneidx) in balance_pgdat() 7156 unsigned int highest_zoneidx) in kswapd_try_to_sleep() 7255 unsigned int highest_zoneidx = MAX_NR_ZONES - 1; in kswapd() local 7334 enum zone_type highest_zoneidx) in wakeup_kswapd()
|
D | oom_kill.c | 256 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local
|
D | internal.h | 570 enum zone_type highest_zoneidx; member 858 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
D | page_alloc.c | 3340 int highest_zoneidx, unsigned int alloc_flags, in __zone_watermark_ok() 3418 int highest_zoneidx, unsigned int alloc_flags) in zone_watermark_ok() 3425 unsigned long mark, int highest_zoneidx, in zone_watermark_fast() 4188 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local
|
D | mempolicy.c | 1987 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local
|
D | slub.c | 2914 enum zone_type highest_zoneidx = gfp_zone(pc->flags); in get_any_partial() local
|