Searched refs:shpchp_poll_time (Results 1 – 3 of 3) sorted by relevance
27 int shpchp_poll_time; variable39 module_param(shpchp_poll_time, int, 0644);42 MODULE_PARM_DESC(shpchp_poll_time, "Polling mechanism frequency, in seconds");
220 if (!shpchp_poll_time) in int_poll_timeout()221 shpchp_poll_time = 2; /* default polling interval is 2 sec */ in int_poll_timeout()223 start_int_poll_timer(ctrl, shpchp_poll_time); in int_poll_timeout()
33 extern int shpchp_poll_time;
Completed in 7 milliseconds