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]; variable1046 vm_allocation_sites[t] = &vm_allocation_sites_static[t]; in vm_page_bootstrap()1050 …vm_allocation_sites[VM_KERN_MEMORY_ANY] = &vm_allocation_sites_static[VM_KERN_MEMORY_FIRST_DYNAMIC… in vm_page_bootstrap()8981 for (idx = 0; idx < ARRAY_COUNT(vm_allocation_sites); idx++) { in vm_tag_alloc_locked()8982 prev = vm_allocation_sites[idx]; in vm_tag_alloc_locked()9005 if (idx >= ARRAY_COUNT(vm_allocation_sites)) { in vm_tag_alloc_locked()9016 vm_allocation_sites[tag] = site; in vm_tag_alloc_locked()9083 allocation = vm_allocation_sites[tag]; in vm_tag_update_size()9264 other = vm_allocation_sites[subtag]; in kern_allocation_update_subtotal()9373 site = vm_allocation_sites[idx]; in process_account()[all …]
3200 xsite = Cast(kern.globals.vm_allocation_sites[tag],'OSKextAccount *')3302 site = kern.globals.vm_allocation_sites[tag]3347 site = kern.globals.vm_allocation_sites[tag]3375 site = kern.globals.vm_allocation_sites[tag]3379 subsite = kern.globals.vm_allocation_sites[alloctag]