Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_map.c1488 result->has_corpse_footprint = true; in vm_map_create_options()
15268 if (map->has_corpse_footprint) { in vm_map_region_walk()
19036 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info()
19485 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()
21653 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
21654 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
21655 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()
21656 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()
21920 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect_done()
21921 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect_done()
[all …]
H A Dvm_map.h629 /* boolean_t */ has_corpse_footprint:1, member