Searched refs:delay_timeout (Results 1 – 1 of 1) sorted by relevance
72 static unsigned int delay_timeout = 100; variable73 module_param(delay_timeout, int, 0644);74 MODULE_PARM_DESC(delay_timeout, "amount of time delay for each iteration.");326 pch_cur_temp, pch_thr_temp, pch_delay_cnt, delay_timeout); in intel_pch_thermal_suspend_noirq()327 msleep(delay_timeout); in intel_pch_thermal_suspend_noirq()335 pch_cur_temp, pch_delay_cnt * delay_timeout); in intel_pch_thermal_suspend_noirq()340 pch_cur_temp, pch_delay_cnt * delay_timeout); in intel_pch_thermal_suspend_noirq()
Completed in 6 milliseconds