Searched refs:sleep_time (Results 1 – 2 of 2) sorted by relevance
604 unsigned long sleep_time = 0; in acpi_thermal_check() local680 sleep_time = tz->trips.passive.tsp * 100; in acpi_thermal_check()682 sleep_time = tz->polling_frequency * 100; in acpi_thermal_check()685 tz->name, tz->temperature, sleep_time)); in acpi_thermal_check()691 if (!sleep_time) { in acpi_thermal_check()697 mod_timer(&(tz->timer), (HZ * sleep_time) / 1000); in acpi_thermal_check()701 tz->timer.expires = jiffies + (HZ * sleep_time) / 1000; in acpi_thermal_check()
324 unsigned long sleep_time; member902 p->sleep_time = jiffies; in del_from_runqueue()