Searched refs:subtotals (Results 1 – 3 of 3) sorted by relevance
181 struct vm_allocation_total subtotals[0]; member
8885 ((char *)(&(alloc)->subtotals[(alloc->subtotalscount)]))9244 if (VM_KERN_MEMORY_NONE == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9245 allocation->subtotals[subidx].tag = (vm_tag_t)subtag; in kern_allocation_update_subtotal()9248 if (subtag == allocation->subtotals[subidx].tag) { in kern_allocation_update_subtotal()9258 total = &allocation->subtotals[subidx]; in kern_allocation_update_subtotal()9453 alloctag = site->subtotals[sub].tag; in process_account()9458 take = site->subtotals[sub].total; in process_account()
3906 cstr = addressof(site.subtotals[site.subtotalscount])3978 alloctag = unsigned(site.subtotals[sub].tag)3979 amount = unsigned(site.subtotals[sub].total)