Searched refs:temp_end (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/hwmon/
H A Dapplesmc.c128 unsigned int temp_end; /* temperature upper index bound */ member in struct:applesmc_registers
550 for (i = s->temp_begin; i < s->temp_end; i++) {
603 ret = applesmc_get_lower_bound(&s->temp_end, "U");
606 s->temp_count = s->temp_end - s->temp_begin;
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c1200 u32 temp_end; local
1242 temp_end = io->end;
1246 while (temp_end < end_address) {
1252 temp_end = io->end;
/linux-master/kernel/
H A Dkexec_file.c444 unsigned long temp_start, temp_end; local
446 temp_end = min(end, kbuf->buf_max);
447 temp_start = temp_end - kbuf->memsz + 1;
456 temp_end = temp_start + kbuf->memsz - 1;
462 if (kimage_is_destination_range(image, temp_start, temp_end)) {
482 unsigned long temp_start, temp_end; local
488 temp_end = temp_start + kbuf->memsz - 1;
490 if (temp_end > end || temp_end > kbuf->buf_max)
496 if (kimage_is_destination_range(image, temp_start, temp_end)) {
[all...]

Completed in 197 milliseconds