Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance
11455 uint32_t subidx; in kern_allocation_update_subtotal() local11459 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()