Searched refs:subtotals (Results 1 – 3 of 3) sorted by relevance
202 struct vm_allocation_total subtotals[0]; member
8988 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))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()9364 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()9560 alloctag = site->subtotals[sub].tag; in process_account()9565 take = site->subtotals[sub].total; in process_account()
3573 cstr = addressof(site.subtotals[site.subtotalscount])3645 alloctag = unsigned(site.subtotals[sub].tag)3646 amount = unsigned(site.subtotals[sub].total)