Searched refs:max_zone_idx (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dshow_mem.c168 static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) argument
171 for (zone_idx = 0; zone_idx <= max_zone_idx; zone_idx++)
186 static void show_free_areas(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) argument
194 if (zone_idx(zone) > max_zone_idx)
235 if (!node_has_managed_zones(pgdat, max_zone_idx))
295 if (zone_idx(zone) > max_zone_idx)
358 if (zone_idx(zone) > max_zone_idx)
400 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) argument
406 show_free_areas(filter, nodemask, max_zone_idx);
/linux-master/include/linux/
H A Dmm.h3264 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);

Completed in 107 milliseconds