Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c10496 uint32_t subidx; in kern_allocation_update_subtotal() local
10500 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10501 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10506 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
10507 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10508 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10516 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
10517 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()