Searched refs:next_map (Results 1 – 1 of 1) sorted by relevance
14861 vm_map_t next_map; in vm_map_region_recurse_64() local14929 next_map = NULL; in vm_map_region_recurse_64()15002 if (next_map != curr_map && not_in_kdp) { in vm_map_region_recurse_64()15003 vm_map_unlock_read(next_map); in vm_map_region_recurse_64()15007 next_map = curr_map; in vm_map_region_recurse_64()15062 if (curr_map == next_map) { in vm_map_region_recurse_64()15169 curr_map = next_map; /* still locked ... */ in vm_map_region_recurse_64()15180 if (next_map != curr_map && not_in_kdp) { in vm_map_region_recurse_64()15181 vm_map_unlock_read(next_map); in vm_map_region_recurse_64()15186 next_map = NULL; in vm_map_region_recurse_64()