Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c11455 uint32_t subidx; in kern_allocation_update_subtotal() local
11459 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
11460 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11465 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
11466 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
11467 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()
11475 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
11476 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()