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

/linux-master/kernel/
H A Dkexec_file.c439 unsigned long temp_start, temp_end; local
441 temp_end = min(end, kbuf->buf_max);
442 temp_start = temp_end - kbuf->memsz + 1;
451 temp_end = temp_start + kbuf->memsz - 1;
457 if (kimage_is_destination_range(image, temp_start, temp_end)) {
477 unsigned long temp_start, temp_end; local
483 temp_end = temp_start + kbuf->memsz - 1;
485 if (temp_end > end || temp_end > kbuf->buf_max)
491 if (kimage_is_destination_range(image, temp_start, temp_end)) {
[all...]
/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;

Completed in 122 milliseconds