Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_core.h118 unsigned long polling_delay_jiffies; member
Dthermal_core.c364 else if (tz->polling_delay_jiffies) in monitor_thermal_zone()
365 thermal_zone_device_set_polling(tz, tz->polling_delay_jiffies); in monitor_thermal_zone()
1450 tz->polling_delay_jiffies = msecs_to_jiffies(polling_delay); in thermal_zone_device_register_with_trips()