Searched refs:has_corpse_footprint (Results 1 – 2 of 2) sorted by relevance
1550 result->has_corpse_footprint = true; in vm_map_create_options()15727 if (map->has_corpse_footprint) { in vm_map_region_walk()19853 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info()20306 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()22880 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()22881 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()22882 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()22883 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()23147 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect_done()23148 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect_done()[all …]
618 /* boolean_t */ has_corpse_footprint:1, member