Home
last modified time | relevance | path

Searched refs:preaction (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/char/ipmi/
Dipmi_watchdog.c147 static char preaction[16] = "pre_none"; variable
287 module_param_cb(preaction, &param_ops_str, preaction_op, 0644);
288 MODULE_PARM_DESC(preaction, "Pretimeout action. One of: "
1211 strcpy(outval, preaction); in preaction_op()
1228 strcpy(preaction, inval); in preaction_op()
1290 if (preaction_op(preaction, NULL)) { in ipmi_wdog_init()
1293 preaction); in ipmi_wdog_init()
/Linux-v5.4/Documentation/
DIPMI.txt607 preaction=<preaction type> preop=<preop type> start_now=x
626 The preaction may be "pre_smi" for an indication through the SMI
628 interrupts, and "pre_nmi" for a NMI on a preaction. This is how
653 ipmi_watchdog.preaction=<preaction type>
665 Note that if you use the NMI preaction for the watchdog, you MUST NOT