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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dsoftdog.c31 * Added soft_noboot; Allows testing the softdog trigger without
68 static int soft_noboot = 1; variable
70 static int soft_noboot = 0; variable
73 module_param(soft_noboot, int, 0);
74 MODULE_PARM_DESC(soft_noboot,
99 if (soft_noboot)
270 "initialized. soft_noboot=%d soft_margin=%d sec (nowayout= %d)\n";
301 printk(banner, soft_noboot, soft_margin, nowayout);
H A Ds3c2410_wdt.c57 static int soft_noboot; variable
63 module_param(soft_noboot, int, 0);
73 MODULE_PARM_DESC(soft_noboot, "Watchdog action, set to 1 to ignore reboots, "
130 if (soft_noboot) {

Completed in 77 milliseconds