Home
last modified time | relevance | path

Searched refs:sleep_time (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/acpi/
Dthermal.c604 unsigned long sleep_time = 0; in acpi_thermal_check() local
680 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()
/linux-2.4.37.9/include/linux/
Dsched.h324 unsigned long sleep_time; member
902 p->sleep_time = jiffies; in del_from_runqueue()