Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_core.c47 int shpchp_poll_time; variable
61 MODULE_PARM(shpchp_poll_time, "i");
64 MODULE_PARM_DESC(shpchp_poll_time, "Polling mechanism frequency, in seconds");
Dshpchp_hpc.c254 if (!shpchp_poll_time) in int_poll_timeout()
255shpchp_poll_time = 2; /* reset timer to poll in 2 secs if user doesn't specify at module installat… in int_poll_timeout()
257 start_int_poll_timer(php_ctlr, shpchp_poll_time); in int_poll_timeout()
Dshpchp.h45 extern int shpchp_poll_time;