Home
last modified time | relevance | path

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

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