Searched defs:highest_zoneidx (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/include/linux/ |
D | compaction.h | 192 int alloc_flags, int highest_zoneidx) in compaction_suitable() 235 int order, int highest_zoneidx) in wakeup_kcompactd()
|
D | mmzone.h | 1074 enum zone_type highest_zoneidx, in next_zones_zonelist() 1099 enum zone_type highest_zoneidx, in first_zones_zonelist()
|
/Linux-v5.10/mm/ |
D | mmzone.c | 57 enum zone_type highest_zoneidx, in __next_zones_zonelist()
|
D | vmscan.c | 3379 static bool pgdat_watermark_boosted(pg_data_t *pgdat, int highest_zoneidx) in pgdat_watermark_boosted() 3407 static bool pgdat_balanced(pg_data_t *pgdat, int order, int highest_zoneidx) in pgdat_balanced() 3456 int highest_zoneidx) in prepare_kswapd_sleep() 3542 static int balance_pgdat(pg_data_t *pgdat, int order, int highest_zoneidx) in balance_pgdat() 3766 unsigned int highest_zoneidx) in kswapd_try_to_sleep() 3865 unsigned int highest_zoneidx = MAX_NR_ZONES - 1; in kswapd() local 3948 enum zone_type highest_zoneidx) in wakeup_kswapd()
|
D | compaction.c | 2082 int highest_zoneidx, in __compaction_suitable() 2125 int highest_zoneidx) in compaction_suitable() 2407 unsigned int alloc_flags, int highest_zoneidx, in compact_zone_order() 2674 enum zone_type highest_zoneidx = pgdat->kcompactd_highest_zoneidx; in kcompactd_node_suitable() local 2768 void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx) in wakeup_kcompactd()
|
D | internal.h | 152 enum zone_type highest_zoneidx; member 234 const int highest_zoneidx; /* zone index of a direct compactor */ member
|
D | oom_kill.c | 255 enum zone_type highest_zoneidx = gfp_zone(oc->gfp_mask); in constrained_alloc() local
|
D | page_alloc.c | 3594 int highest_zoneidx, unsigned int alloc_flags, in __zone_watermark_ok() 3658 int highest_zoneidx, unsigned int alloc_flags) in zone_watermark_ok() 3665 unsigned long mark, int highest_zoneidx, in zone_watermark_fast() 3705 unsigned long mark, int highest_zoneidx) in zone_watermark_ok_safe() 4379 enum zone_type highest_zoneidx = ac->highest_zoneidx; in wake_all_kswapds() local
|
D | mempolicy.c | 1947 enum zone_type highest_zoneidx = gfp_zone(GFP_KERNEL); in mempolicy_slab_node() local
|
D | slab.c | 3101 enum zone_type highest_zoneidx = gfp_zone(flags); in fallback_alloc() local
|
D | slub.c | 2004 enum zone_type highest_zoneidx = gfp_zone(flags); in get_any_partial() local
|