Searched refs:tmp2_end (Results 1 – 1 of 1) sorted by relevance
2795 vm_map_offset_t tmp2_start, tmp2_end; in vm_map_enter() local3360 tmp2_end = tmp2_start + step; in vm_map_enter()3381 tmp_end = tmp2_end; in vm_map_enter()3550 } while (tmp_end != tmp2_end && in vm_map_enter()3552 (tmp_end = (tmp2_end - tmp_end > chunk_size) ? in vm_map_enter()3553 tmp_end + chunk_size : tmp2_end)); in vm_map_enter()