Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dhpwdt.c148 static unsigned int allow_kdump = 1; variable
494 if (allow_kdump) in hpwdt_pretimeout()
763 (allow_kdump == 0) ? "OFF" : "ON"); in hpwdt_init_nmi_decoding()
911 module_param(allow_kdump, int, 0);
912 MODULE_PARM_DESC(allow_kdump, "Start a kernel dump after NMI occurs");
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt25 allow_kdump - allows the user to save off a kernel dump image after an NMI