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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9894 vm_map_t next_map; local
9946 next_map = NULL;
10021 /* unlock the last "next_map" */
10022 if (next_map != curr_map && not_in_kdp) {
10023 vm_map_unlock_read(next_map);
10027 next_map = curr_map;
10076 if (curr_map == next_map) {
10077 /* keep "next_map" locked in case we need it */
10110 curr_map = next_map; /* still locked ... */
10123 /* release "next_map" */
[all...]

Completed in 56 milliseconds