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

/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/watchdog/
H A Dadm5120_wdt.c39 static int nowayout = WATCHDOG_NOWAYOUT; variable
40 module_param(nowayout, int, 0);
41 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
74 if (nowayout)
89 * Lock it in if it's a module and we set nowayout
91 if (expect_close && (nowayout == 0)) {
106 if (!nowayout) {
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/watchdog/
H A Dubi32_wdt.c67 static int nowayout = WATCHDOG_NOWAYOUT; variable
199 if (nowayout)
268 * If nowayout is set, it does not matter if the caller
272 if (nowayout) {
526 printk(KERN_INFO PFX "initialized: timeout=%d sec (nowayout=%d)\n",
527 timeout, nowayout);
627 module_param(nowayout, int, 0);
628 MODULE_PARM_DESC(nowayout,
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/watchdog/
H A Dramips_wdt.c55 static int nowayout = WATCHDOG_NOWAYOUT; variable
56 module_param(nowayout, int, 0);
57 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
168 if (!nowayout) {

Completed in 82 milliseconds