Searched refs:has_corpse_footprint (Results 1 – 2 of 2) sorted by relevance
1484 result->has_corpse_footprint = true; in vm_map_create_options()14715 if (map->has_corpse_footprint) { in vm_map_region_walk()18382 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info()18832 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()20973 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()20974 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()20975 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()20976 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()21240 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect_done()21241 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect_done()[all …]
556 /* boolean_t */ has_corpse_footprint:1, member