Home
last modified time | relevance | path

Searched refs:shpchp_poll_time (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/pci/hotplug/
Dshpchp_core.c41 int shpchp_poll_time; variable
55 module_param(shpchp_poll_time, int, 0644);
58 MODULE_PARM_DESC(shpchp_poll_time, "Polling mechanism frequency, in seconds");
Dshpchp_hpc.c240 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()
Dshpchp.h47 extern int shpchp_poll_time;