Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c10220 uint32_t subidx; in kern_allocation_update_subtotal() local
10224 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10225 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10230 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
10231 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
10232 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
10240 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
10241 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()