Home
last modified time | relevance | path

Searched refs:subidx (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_resident.c9243 uint32_t subidx; in kern_allocation_update_subtotal() local
9245 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()