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