Searched refs:preaction (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/char/ipmi/ |
| D | ipmi_watchdog.c | 166 static char preaction[16] = "pre_none"; variable 306 module_param_cb(preaction, ¶m_ops_str, preaction_op, 0644); 307 MODULE_PARM_DESC(preaction, "Pretimeout action. One of: " 1254 strcpy(outval, preaction); in preaction_op() 1271 strcpy(preaction, inval); in preaction_op() 1337 if (preaction_op(preaction, NULL)) { in ipmi_wdog_init() 1340 " none\n", preaction); in ipmi_wdog_init()
|
| /linux-4.4.14/Documentation/ |
| D | IPMI.txt | 589 preaction=<preaction type> preop=<preop type> start_now=x 608 The preaction may be "pre_smi" for an indication through the SMI 610 interrupts, and "pre_nmi" for a NMI on a preaction. This is how 635 ipmi_watchdog.preaction=<preaction type> 647 Note that if you use the NMI preaction for the watchdog, you MUST NOT
|