Home
last modified time | relevance | path

Searched refs:vmmap_corpse_footprint (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/vm/ !
H A Dvm_map_xnu.h432 struct vm_map_corpse_footprint_header *vmmap_corpse_footprint; member
435 #define vmmap_corpse_footprint vmmap_u_1.vmmap_corpse_footprint macro
H A Dvm_map.c24796 .kmg_context = os_hash_kernel_pointer(&map->vmmap_corpse_footprint), in vm_map_corpse_footprint_guard()
24909 if (new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect()
24943 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect()
24958 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect()
25178 new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect_done()
25183 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect_done()
25232 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect_done()
25267 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_query_page_info()
25358 map->vmmap_corpse_footprint != NULL) { in vm_map_corpse_footprint_destroy()
25362 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_destroy()
[all …]