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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c8472 * "curr_max_offset" is the maximum offset we should take into
8481 vm_map_offset_t curr_max_offset; local
8530 curr_max_offset = curr_map->max_offset;
8536 next_max_offset = curr_max_offset;
8556 curr_entry->vme_start >= curr_max_offset) {
8565 curr_max_offset = 0;
8578 } else if (tmp_entry->vme_start >= curr_max_offset) {
8601 next_max_offset = curr_max_offset;
8648 * "curr_max_offset" allows us to keep track of the
8655 curr_max_offset
[all...]

Completed in 13 milliseconds