Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance
9243 uint32_t subidx; in kern_allocation_update_subtotal() local9245 subidx = 0; in kern_allocation_update_subtotal()9248 for (; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()9249 if (VM_KERN_MEMORY_NONE == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9250 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()9253 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9258 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()9259 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()9263 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()