Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_resident.c11454 uint32_t subidx; in kern_allocation_update_subtotal() local
11458 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
11459 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11464 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
11465 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
11466 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11474 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
11475 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()