Searched refs:temp_end (Results 1 – 1 of 1) sorted by relevance
435 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local437 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()438 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()447 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()453 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()473 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local479 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up()481 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()487 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up()