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

/linux-4.1.27/drivers/thermal/
H A Dx86_pkg_temp_thermal.c46 static int notify_delay_ms = PKG_TEMP_THERMAL_NOTIFY_DELAY; variable
47 module_param(notify_delay_ms, int, 0644);
48 MODULE_PARM_DESC(notify_delay_ms,
380 msecs_to_jiffies(notify_delay_ms)); pkg_temp_thermal_platform_thermal_notify()

Completed in 115 milliseconds