Lines Matching refs:pretimeout
135 static int pretimeout;
282 module_param(pretimeout, timeout, 0644);
283 MODULE_PARM_DESC(pretimeout, "Pretimeout value in seconds.");
326 /* If a pretimeout occurs, this is used to allow only one panic to happen. */
394 if ((pretimeout > 0) && (ipmi_watchdog_state != WDOG_TIMEOUT_NONE)) {
396 data[2] = pretimeout;
399 data[2] = 0; /* No pretimeout. */
647 * A pretimeout occurred, make sure we set the timeout.
706 pretimeout = val;
710 i = copy_to_user(argp, &pretimeout, sizeof(pretimeout));
801 * Reading returns if the pretimeout has gone off, and it only does
802 * it once per pretimeout.
969 * pretimeout is meaningless at panic time.
977 pretimeout = 0;
1024 int old_pretimeout = pretimeout;
1029 * Set the pretimeout to go off in a second and give
1034 pretimeout = 99;
1041 pr_warn("Error starting timer to test NMI: 0x%x. The NMI pretimeout will likely not work\n",
1050 pr_warn("IPMI NMI didn't seem to occur. The NMI pretimeout will likely not work\n");
1055 pretimeout = old_pretimeout;
1171 pretimeout = 0;
1276 pr_warn("Pretimeout op is to give data but NMI pretimeout is enabled, setting pretimeout op to none\n");