Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkexec.c2021 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local
2023 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()
2024 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down()
2033 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down()
2039 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down()
2059 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local
2065 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up()
2067 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()
2073 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up()
/linux-4.1.27/drivers/hwmon/
Dapplesmc.c136 unsigned int temp_end; /* temperature upper index bound */ member
522 for (i = s->temp_begin; i < s->temp_end; i++) { in applesmc_init_index()
573 ret = applesmc_get_lower_bound(&s->temp_end, "U"); in applesmc_init_smcreg_try()
576 s->temp_count = s->temp_end - s->temp_begin; in applesmc_init_smcreg_try()
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_pci.c1232 u32 temp_end; in unconfigure_boot_device() local
1275 temp_end = io->end; in unconfigure_boot_device()
1279 while (temp_end < end_address) { in unconfigure_boot_device()
1285 temp_end = io->end; in unconfigure_boot_device()