Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1415 uint16_t top_zone_total = 0; in kalloc_type_redistribute_budget() local
1436 top_zone_total += sorted_zones[i].nzones; in kalloc_type_redistribute_budget()
1445 uint16_t zone_borrow = (sorted_zones[i].nzones * count) / top_zone_total; in kalloc_type_redistribute_budget()