Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.c1376 result->has_corpse_footprint = TRUE; in vm_map_create_options()
1391 result->has_corpse_footprint = FALSE; in vm_map_create_options()
1394 result->has_corpse_footprint = FALSE; in vm_map_create_options()
14963 if (map->has_corpse_footprint) { in vm_map_region_walk()
18827 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info()
19277 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()
21462 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
21463 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
21464 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()
21465 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()
[all …]
H A Dvm_map.h533 /* boolean_t */ has_corpse_footprint:1, member