Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dshow_mem.c171 static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) in node_has_managed_zones() argument
174 for (zone_idx = 0; zone_idx <= max_zone_idx; zone_idx++) in node_has_managed_zones()
189 static void show_free_areas(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in show_free_areas() argument
197 if (zone_idx(zone) > max_zone_idx) in show_free_areas()
238 if (!node_has_managed_zones(pgdat, max_zone_idx)) in show_free_areas()
298 if (zone_idx(zone) > max_zone_idx) in show_free_areas()
361 if (zone_idx(zone) > max_zone_idx) in show_free_areas()
403 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() argument
409 show_free_areas(filter, nodemask, max_zone_idx); in __show_mem()
/openbmc/linux/include/linux/
H A Dmm.h3164 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);