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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8467 * "curr_map" is the map or sub-map containing "curr_entry".
8468 * "curr_offset" is the cumulated offset of "curr_map" in the
8470 * "curr_depth" is the depth of "curr_map" in the chain of
8479 vm_map_t curr_map; local
8527 curr_map = map;
8530 curr_max_offset = curr_map->max_offset;
8539 vm_map_lock_read(curr_map);
8543 if (vm_map_lookup_entry(curr_map,
8555 if (curr_entry == vm_map_to_entry(curr_map) ||
8559 vm_map_unlock_read(curr_map);
[all...]

Completed in 88 milliseconds