Lines Matching refs:pretimeout
37 static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
70 int control = 0x81 | (pretimeout ? 0x4 : 0); in hpwdt_start()
124 if (val <= wdd->pretimeout) { in hpwdt_settimeout()
126 wdd->pretimeout = 0; in hpwdt_settimeout()
127 pretimeout = false; in hpwdt_settimeout()
151 wdd->pretimeout = val; in hpwdt_set_pretimeout()
152 pretimeout = !!val; in hpwdt_set_pretimeout()
182 if (ilo5 && !pretimeout && !mynmi) in hpwdt_pretimeout()
231 .pretimeout = PRETIMEOUT_SEC,
340 pretimeout = false; in hpwdt_init_one()
344 if (pretimeout && hpwdt_dev.timeout <= PRETIMEOUT_SEC) { in hpwdt_init_one()
346 pretimeout = false; in hpwdt_init_one()
348 hpwdt_dev.pretimeout = pretimeout ? PRETIMEOUT_SEC : 0; in hpwdt_init_one()
361 pretimeout ? "on" : "off"); in hpwdt_init_one()
412 module_param(pretimeout, bool, 0);
413 MODULE_PARM_DESC(pretimeout, "Watchdog pretimeout enabled");