Searched refs:temp_end (Results 1 – 1 of 1) sorted by relevance
427 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local429 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()430 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()439 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()445 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()465 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local471 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up()473 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()479 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up()