Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance
10496 uint32_t subidx; in kern_allocation_update_subtotal() local10500 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()10501 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()10506 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()10507 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()10508 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()10516 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()10517 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()