Searched refs:soft_noboot (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
D | softdog.c | 65 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()
|
D | s3c2410_wdt.c | 79 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.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 251 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot 324 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot
|