Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c1513 uint16_t top_zone_total = 0; in kalloc_type_redistribute_budget() local
1534 top_zone_total += sorted_zones[i].nzones; in kalloc_type_redistribute_budget()
1543 uint16_t zone_borrow = (sorted_zones[i].nzones * count) / top_zone_total; in kalloc_type_redistribute_budget()