Searched refs:shutdown_timeout (Results 1 – 2 of 2) sorted by relevance
39 extern unsigned char shutdown_timeout;40 #define SHUTDOWN_TIMEOUT (shutdown_timeout * HZ)
47 unsigned char shutdown_timeout = 5; variable48 module_param(shutdown_timeout, byte, 0644);49 MODULE_PARM_DESC(shutdown_timeout, "timeout in seconds for controller shutdown");