Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance
10220 uint32_t subidx; in kern_allocation_update_subtotal() local10224 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()10225 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()10230 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()10231 for (subidx = 0; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()10232 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()10240 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()10241 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()