Searched refs:max_zone_idx (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | show_mem.c | 162 static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) in node_has_managed_zones() argument 165 for (zone_idx = 0; zone_idx <= max_zone_idx; zone_idx++) in node_has_managed_zones() 180 static void show_free_areas(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in show_free_areas() argument 188 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 229 if (!node_has_managed_zones(pgdat, max_zone_idx)) in show_free_areas() 289 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 360 if (zone_idx(zone) > max_zone_idx) in show_free_areas() 402 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() argument 408 show_free_areas(filter, nodemask, max_zone_idx); in __show_mem()
|
| /linux/include/linux/ |
| H A D | mm.h | 3578 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);
|