Searched refs:temp_start (Results 1 – 1 of 1) sorted by relevance
464 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local467 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()471 temp_start = temp_start & (~(kbuf->buf_align - 1)); in locate_mem_hole_top_down()473 if (temp_start < start || temp_start < kbuf->buf_min) in locate_mem_hole_top_down()476 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()482 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()483 temp_start = temp_start - PAGE_SIZE; in locate_mem_hole_top_down()492 kbuf->mem = temp_start; in locate_mem_hole_top_down()502 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local504 temp_start = max(start, kbuf->buf_min); in locate_mem_hole_bottom_up()[all …]