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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8491 vm_map_t next_map; local
8533 next_map = NULL;
8592 /* unlock the last "next_map" */
8593 if (next_map != curr_map && not_in_kdp) {
8594 vm_map_unlock_read(next_map);
8598 next_map = curr_map;
8626 if (curr_map == next_map) {
8627 /* keep "next_map" locked in case we need it */
8669 curr_map = next_map; /* still locked ... */
8676 /* release "next_map" */
[all...]

Completed in 33 milliseconds