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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8465 * "curr_entry" is the VM map entry preceding or including the
8467 * "curr_map" is the map or sub-map containing "curr_entry".
8477 vm_map_entry_t curr_entry; local
8526 curr_entry = NULL;
8547 curr_entry = tmp_entry;
8554 curr_entry = tmp_entry->vme_next;
8555 if (curr_entry == vm_map_to_entry(curr_map) ||
8556 curr_entry->vme_start >= curr_max_offset) {
8561 curr_entry = NULL;
8575 tmp_entry = curr_entry
[all...]

Completed in 34 milliseconds