Searched refs:max_zone_idx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | show_mem.c | 11 void __show_mem(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_mem() argument 17 __show_free_areas(filter, nodemask, max_zone_idx); in __show_mem()
|
/linux-6.3-rc2/mm/ |
A D | page_alloc.c | 6110 static bool node_has_managed_zones(pg_data_t *pgdat, int max_zone_idx) in node_has_managed_zones() argument 6113 for (zone_idx = 0; zone_idx <= max_zone_idx; zone_idx++) in node_has_managed_zones() 6128 void __show_free_areas(unsigned int filter, nodemask_t *nodemask, int max_zone_idx) in __show_free_areas() argument 6136 if (zone_idx(zone) > max_zone_idx) in __show_free_areas() 6177 if (!node_has_managed_zones(pgdat, max_zone_idx)) in __show_free_areas() 6237 if (zone_idx(zone) > max_zone_idx) in __show_free_areas() 6300 if (zone_idx(zone) > max_zone_idx) in __show_free_areas()
|
/linux-6.3-rc2/include/linux/ |
A D | mm.h | 2083 extern void __show_free_areas(unsigned int flags, nodemask_t *nodemask, int max_zone_idx); 2878 extern void __show_mem(unsigned int flags, nodemask_t *nodemask, int max_zone_idx);
|
Completed in 26 milliseconds