Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance
9307 uint32_t subidx; in kern_allocation_update_subtotal() local9309 subidx = 0; in kern_allocation_update_subtotal()9312 for (; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()9313 if (VM_KERN_MEMORY_NONE == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9314 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()9317 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9322 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()9323 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()9327 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()