Searched refs:vm_allocation_sites (Results 1 – 2 of 2) sorted by relevance
235 vm_allocation_site_t * vm_allocation_sites[VM_MAX_TAG_VALUE]; variable1072 vm_allocation_sites[t] = &vm_allocation_sites_static[t]; in vm_page_bootstrap()1076 …vm_allocation_sites[VM_KERN_MEMORY_ANY] = &vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC… in vm_page_bootstrap()9075 for (idx = 0; idx < ARRAY_COUNT(vm_allocation_sites); idx++) { in vm_tag_alloc_locked()9076 prev = vm_allocation_sites[idx]; in vm_tag_alloc_locked()9099 if (idx >= ARRAY_COUNT(vm_allocation_sites)) { in vm_tag_alloc_locked()9110 vm_allocation_sites[tag] = site; in vm_tag_alloc_locked()9177 allocation = vm_allocation_sites[tag]; in vm_tag_update_size()9209 allocation = vm_allocation_sites[tag]; in vm_tag_get_size()9365 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()[all …]
3467 xsite = Cast(kern.globals.vm_allocation_sites[tag],'OSKextAccount *')3570 site = kern.globals.vm_allocation_sites[tag]3615 site = kern.globals.vm_allocation_sites[tag]3643 site = kern.globals.vm_allocation_sites[tag]3647 subsite = kern.globals.vm_allocation_sites[alloctag]