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

/linux-master/kernel/
H A Dkexec_file.c439 unsigned long temp_start, temp_end; local
442 temp_start = temp_end - kbuf->memsz + 1;
446 temp_start = ALIGN_DOWN(temp_start, kbuf->buf_align);
448 if (temp_start < start || temp_start < kbuf->buf_min)
451 temp_end = temp_start + kbuf->memsz - 1;
457 if (kimage_is_destination_range(image, temp_start, temp_end)) {
458 temp_start = temp_start
477 unsigned long temp_start, temp_end; local
[all...]
/linux-master/drivers/hwmon/
H A Df71882fg.c250 int temp_start; /* temp numbering start (0 or 1) */ member in struct:f71882fg_data
369 for (nr = data->temp_start; nr < nr_temps + data->temp_start;
461 for (nr = data->temp_start; nr < nr_temps + data->temp_start;
1414 data->temp_start);
1444 val += data->temp_start;
2355 data->temp_start =

Completed in 101 milliseconds