Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_core.h132 unsigned long passive_delay_jiffies; member
H A Dthermal_core.c351 if (tz->passive > 0 && tz->passive_delay_jiffies) in monitor_thermal_zone()
352 thermal_zone_device_set_polling(tz, tz->passive_delay_jiffies); in monitor_thermal_zone()
1596 tz->passive_delay_jiffies = msecs_to_jiffies(passive_delay); in thermal_zone_device_register_with_trips()
H A Dgov_power_allocator.c283 d = div_frac(d, jiffies_to_msecs(tz->passive_delay_jiffies)); in pid_controller()