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

/linux-master/drivers/char/ipmi/
H A Dipmi_watchdog.c175 static int start_now; variable
300 module_param(start_now, int, 0444);
301 MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
1053 if ((start_now) && (rv == 0)) {
1055 start_now = 0; /* Disable this function after first startup. */

Completed in 122 milliseconds