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

/linux-4.1.27/drivers/watchdog/
H A Dsoftdog.c31 * Added soft_noboot; Allows testing the softdog trigger without
65 static int soft_noboot; variable
66 module_param(soft_noboot, int, 0);
67 MODULE_PARM_DESC(soft_noboot,
90 if (soft_noboot) watchdog_fire()
191 pr_info("Software Watchdog Timer: 0.08 initialized. soft_noboot=%d soft_margin=%d sec soft_panic=%d (nowayout=%d)\n", watchdog_init()
192 soft_noboot, soft_margin, soft_panic, nowayout); watchdog_init()
H A 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) { s3c2410wdt_start()
/linux-4.1.27/arch/um/drivers/
H A Dharddog_kern.c32 * Added soft_noboot; Allows testing the softdog trigger without

Completed in 251 milliseconds