notify_delay_ms 34 drivers/thermal/intel/x86_pkg_temp_thermal.c static int notify_delay_ms = PKG_TEMP_THERMAL_NOTIFY_DELAY; notify_delay_ms 35 drivers/thermal/intel/x86_pkg_temp_thermal.c module_param(notify_delay_ms, int, 0644); notify_delay_ms 36 drivers/thermal/intel/x86_pkg_temp_thermal.c MODULE_PARM_DESC(notify_delay_ms, notify_delay_ms 302 drivers/thermal/intel/x86_pkg_temp_thermal.c unsigned long ms = msecs_to_jiffies(notify_delay_ms);