Searched refs:crash_kexec_post_notifiers (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
H A Dpanic.c36 static bool crash_kexec_post_notifiers; variable
119 * the "crash_kexec_post_notifiers" option to the kernel. panic()
121 if (!crash_kexec_post_notifiers) panic()
141 * "crash_kexec_post_notifiers" offers you a chance to run panic()
518 crash_kexec_post_notifiers = true; setup_crash_kexec_post_notifiers()
521 early_param("crash_kexec_post_notifiers", setup_crash_kexec_post_notifiers);

Completed in 53 milliseconds