Searched refs:startup_timeout (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aacraid/
H A Dsrc.c515 if (startup_timeout < 300)
516 startup_timeout = 300;
603 time_after(jiffies, start+HZ*startup_timeout)) {
611 ((startup_timeout > 60)
612 ? (startup_timeout - 60)
613 : (startup_timeout / 2))))) {
763 time_after(jiffies, start+HZ*startup_timeout)) {
771 ((startup_timeout > 60)
772 ? (startup_timeout - 60)
773 : (startup_timeout /
[all...]
H A Drx.c513 if (startup_timeout < 300)
514 startup_timeout = 300;
606 time_after(jiffies, start+HZ*startup_timeout)) {
614 ((startup_timeout > 60)
615 ? (startup_timeout - 60)
616 : (startup_timeout / 2))))) {
H A Dsa.c355 if (time_after(jiffies, start+startup_timeout*HZ)) {
H A Daacraid.h2065 extern int startup_timeout;
H A Daachba.c156 int startup_timeout = 180; variable
186 module_param(startup_timeout, int, S_IRUGO|S_IWUSR);
187 MODULE_PARM_DESC(startup_timeout, "The duration of time in seconds to wait for"

Completed in 50 milliseconds