Searched refs:subtotals (Results 1 – 3 of 3) sorted by relevance
197 struct vm_allocation_total subtotals[0]; member
8983 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))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()9327 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()9524 alloctag = site->subtotals[sub].tag; in process_account()9529 take = site->subtotals[sub].total; in process_account()
3389 cstr = addressof(site.subtotals[site.subtotalscount])3471 alloctag = unsigned(site.subtotals[sub].tag)3472 amount = unsigned(site.subtotals[sub].total)