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

/openwrt/target/linux/adm5120/files-3.18/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) {
/openwrt/package/kernel/avila-wdt/src/
H A Davila-wdt.c34 static int nowayout = WATCHDOG_NOWAYOUT; variable
97 if (!nowayout) {
226 module_param(nowayout, int, 0);
227 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
/openwrt/target/linux/gemini/files/drivers/watchdog/
H A Dgemini_wdt.c43 static int nowayout = WATCHDOG_NOWAYOUT; variable
180 if (!nowayout) {
371 module_param(nowayout, int, 0);
372 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");

Completed in 54 milliseconds