Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkexec_file.c426 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local
429 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()
433 temp_start = temp_start & (~(kbuf->buf_align - 1)); in locate_mem_hole_top_down()
435 if (temp_start < start || temp_start < kbuf->buf_min) in locate_mem_hole_top_down()
445 temp_start = temp_start - PAGE_SIZE; in locate_mem_hole_top_down()
454 kbuf->mem = temp_start; in locate_mem_hole_top_down()
464 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local
466 temp_start = max(start, kbuf->buf_min); in locate_mem_hole_bottom_up()
469 temp_start = ALIGN(temp_start, kbuf->buf_align); in locate_mem_hole_bottom_up()
479 temp_start = temp_start + PAGE_SIZE; in locate_mem_hole_bottom_up()
[all …]
/linux-6.3-rc2/drivers/hwmon/
A Df71882fg.c250 int temp_start; /* temp numbering start (0 or 1) */ member
369 for (nr = data->temp_start; nr < nr_temps + data->temp_start; in f71882fg_update_device()
461 for (nr = data->temp_start; nr < nr_temps + data->temp_start; in f71882fg_update_device()
1411 data->temp_start); in show_pwm_auto_point_channel()
1441 val += data->temp_start; in store_pwm_auto_point_channel()
2353 data->temp_start = in f71882fg_probe()

Completed in 9 milliseconds