Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_resident.c9344 uint32_t subidx; in kern_allocation_update_subtotal() local
9346 subidx = 0; in kern_allocation_update_subtotal()
9349 for (; subidx < allocation->subtotalscount; subidx++) { in kern_allocation_update_subtotal()
9350 if (VM_KERN_MEMORY_NONE == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9351 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()
9354 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()
9359 assert(subidx < allocation->subtotalscount); in kern_allocation_update_subtotal()
9360 if (subidx >= allocation->subtotalscount) { in kern_allocation_update_subtotal()
9364 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()