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

/linux-master/include/linux/
H A Dnmi.h87 extern unsigned int hardlockup_panic;
/linux-master/kernel/
H A Dwatchdog.c57 unsigned int __read_mostly hardlockup_panic = variable
75 hardlockup_panic = 1;
77 hardlockup_panic = 0;
195 if (!hardlockup_panic)
199 if (hardlockup_panic)
933 .procname = "hardlockup_panic",
934 .data = &hardlockup_panic,
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c103 * Importantly, if hardlockup_panic is set, wd_try_report failure should
252 if (hardlockup_panic)
421 if (hardlockup_panic)

Completed in 212 milliseconds