Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsoftdog.c65 static int soft_noboot; variable
66 module_param(soft_noboot, int, 0);
67 MODULE_PARM_DESC(soft_noboot,
90 if (soft_noboot) in watchdog_fire()
192 soft_noboot, soft_margin, soft_panic, nowayout); in watchdog_init()
Ds3c2410_wdt.c79 static int soft_noboot; variable
85 module_param(soft_noboot, int, 0);
95 MODULE_PARM_DESC(soft_noboot, "Watchdog action, set to 1 to ignore reboots, "
280 if (soft_noboot) { in s3c2410wdt_start()
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt254 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot
327 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot