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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.c9226 * "curr_entry" is the VM map entry preceding or including the
9228 * "curr_map" is the map or sub-map containing "curr_entry".
9242 vm_map_entry_t curr_entry; local
9295 curr_entry = NULL;
9322 curr_entry = tmp_entry;
9330 curr_entry = tmp_entry->vme_next;
9332 if (curr_entry == vm_map_to_entry(curr_map) ||
9333 (curr_entry->vme_start >=
9339 curr_entry = NULL;
9349 skip = curr_entry
[all...]

Completed in 29 milliseconds