Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_resident.c10566 uint32_t subidx; in kern_allocation_update_subtotal() local
10570 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10571 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10576 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
10577 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10578 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10586 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
10587 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()