Searched refs:soft_noboot (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/watchdog/ |
| A D | softdog.c | 44 static int soft_noboot; variable 45 module_param(soft_noboot, int, 0); 46 MODULE_PARM_DESC(soft_noboot, 83 if (soft_noboot) { in softdog_fire() 208 soft_noboot, softdog_dev.timeout, soft_panic, nowayout); in softdog_init()
|
| A D | s3c2410_wdt.c | 70 static int soft_noboot; variable 75 module_param(soft_noboot, int, 0); 84 MODULE_PARM_DESC(soft_noboot, "Watchdog action, set to 1 to ignore reboots, 0 to reboot (default 0)… 275 if (soft_noboot) { in s3c2410wdt_start()
|
| /linux/Documentation/watchdog/ |
| A D | watchdog-parameters.rst | 451 soft_noboot: 598 soft_noboot:
|
| /linux/ |
| A D | modules.builtin.modinfo | 16 …soft_noboot:Watchdog action, set to 1 to ignore reboots, 0 to reboot (default 0)s3c2410_wdt.parm=…
|
| A D | System.map | 163234 ffff80001215701c b soft_noboot
|
| A D | .tmp_System.map | 163234 ffff80001215701c b soft_noboot
|
Completed in 342 milliseconds