Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_xnu.h456 /* boolean_t */ has_corpse_footprint:1, member
H A Dvm_map.c1842 result->has_corpse_footprint = true; in vm_map_create_options()
17045 if (map->has_corpse_footprint) { in vm_map_region_walk()
21550 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info_exclusive()
22055 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()
25003 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
25004 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
25005 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()
25006 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()
25281 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect_done()
25282 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect_done()
[all …]