Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c34 static int notify_delay_ms = PKG_TEMP_THERMAL_NOTIFY_DELAY; variable
35 module_param(notify_delay_ms, int, 0644);
36 MODULE_PARM_DESC(notify_delay_ms,
302 unsigned long ms = msecs_to_jiffies(notify_delay_ms); in pkg_thermal_schedule_work()