Searched refs:max_zone_idx (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/mm/ |
D | show_mem.c | 168 static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) in node_has_managed_zones() argument 171 for (zone_idx = 0; zone_idx <= max_zone_idx; zone_idx++) in node_has_managed_zones() 186 static void show_free_areas(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in show_free_areas() argument 194 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 235 if (!node_has_managed_zones(pgdat, max_zone_idx)) in show_free_areas() 295 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 358 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 400 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() argument 406 show_free_areas(filter, nodemask, max_zone_idx); in __show_mem()
|
/linux-6.12.1/include/linux/ |
D | mm.h | 3244 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);
|