Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.h117 unsigned long passive_delay_jiffies; member
Dthermal_core.c362 if (tz->passive > 0 && tz->passive_delay_jiffies) in monitor_thermal_zone()
363 thermal_zone_device_set_polling(tz, tz->passive_delay_jiffies); in monitor_thermal_zone()
1451 tz->passive_delay_jiffies = msecs_to_jiffies(passive_delay); in thermal_zone_device_register_with_trips()
Dgov_power_allocator.c284 d = div_frac(d, jiffies_to_msecs(tz->passive_delay_jiffies)); in pid_controller()