Searched refs:temp_start (Results 1 – 4 of 4) sorted by relevance
427 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local430 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()434 temp_start = temp_start & (~(kbuf->buf_align - 1)); in locate_mem_hole_top_down()436 if (temp_start < start || temp_start < kbuf->buf_min) 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()446 temp_start = temp_start - PAGE_SIZE; in locate_mem_hole_top_down()455 kbuf->mem = temp_start; in locate_mem_hole_top_down()465 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local467 temp_start = max(start, kbuf->buf_min); in locate_mem_hole_bottom_up()[all …]
255 int temp_start; /* temp numbering start (0 or 1) */ member1226 for (nr = data->temp_start; nr < nr_temps + data->temp_start; in f71882fg_update_device()1318 for (nr = data->temp_start; nr < nr_temps + data->temp_start; in f71882fg_update_device()2120 data->temp_start); in show_pwm_auto_point_channel()2150 val += data->temp_start; in store_pwm_auto_point_channel()2347 data->temp_start = in f71882fg_probe()
18647 + unsigned long long temp_start, temp_end;18650 + temp_start = p->phys_addr;18652 + if ((addr_start >= temp_start) && (addr_end <= temp_end)) {
301685 + unsigned long long temp_start, temp_end;301688 + temp_start = p->phys_addr;301690 + if ((addr_start >= temp_start) && (addr_end <= temp_end)) {