Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.c14861 vm_map_t next_map; in vm_map_region_recurse_64() local
14929 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()