Lines Matching refs:pretimeout
39 static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
72 int control = 0x81 | (pretimeout ? 0x4 : 0); in hpwdt_start()
126 if (val <= wdd->pretimeout) { in hpwdt_settimeout()
128 wdd->pretimeout = 0; in hpwdt_settimeout()
129 pretimeout = false; in hpwdt_settimeout()
153 wdd->pretimeout = val; in hpwdt_set_pretimeout()
154 pretimeout = !!val; in hpwdt_set_pretimeout()
184 if (ilo5 && !pretimeout && !mynmi) in hpwdt_pretimeout()
233 .pretimeout = PRETIMEOUT_SEC,
342 pretimeout = false; in hpwdt_init_one()
346 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
348 pretimeout = false; in hpwdt_init_one()
350 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()
363 pretimeout ? "on" : "off"); in hpwdt_init_one()
414 module_param(pretimeout, bool, 0);
415 MODULE_PARM_DESC(pretimeout, "Watchdog pretimeout enabled");