Searched refs:shpchp_poll_time (Results 1 – 3 of 3) sorted by relevance
41 int shpchp_poll_time; variable55 module_param(shpchp_poll_time, int, 0644);58 MODULE_PARM_DESC(shpchp_poll_time, "Polling mechanism frequency, in seconds");
240 if (!shpchp_poll_time) in int_poll_timeout()241 shpchp_poll_time = 2; /* default polling interval is 2 sec */ in int_poll_timeout()243 start_int_poll_timer(ctrl, shpchp_poll_time); in int_poll_timeout()
47 extern int shpchp_poll_time;