Home
last modified time | relevance | path

Searched refs:temp_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/
Dkexec_file.c447 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local
450 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()
454 temp_start = temp_start & (~(kbuf->buf_align - 1)); in locate_mem_hole_top_down()
456 if (temp_start < start || temp_start < kbuf->buf_min) in locate_mem_hole_top_down()
459 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()
465 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()
466 temp_start = temp_start - PAGE_SIZE; in locate_mem_hole_top_down()
475 kbuf->mem = temp_start; in locate_mem_hole_top_down()
485 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local
487 temp_start = max(start, kbuf->buf_min); in locate_mem_hole_bottom_up()
[all …]
/Linux-v5.10/drivers/hwmon/
Df71882fg.c255 int temp_start; /* temp numbering start (0 or 1) */ member
1226 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()
2119 data->temp_start); in show_pwm_auto_point_channel()
2149 val += data->temp_start; in store_pwm_auto_point_channel()
2346 data->temp_start = in f71882fg_probe()