Searched refs:max_zone_idx (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/mm/ |
| H A 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() 296 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 359 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 401 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() argument 407 show_free_areas(filter, nodemask, max_zone_idx); in __show_mem()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3361 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);
|