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.c64 unsigned int __read_mostly hardlockup_panic = variable
83 hardlockup_panic = 1;
85 hardlockup_panic = 0;
211 if (!hardlockup_panic)
215 if (hardlockup_panic)
1147 .procname = "hardlockup_panic",
1148 .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 99 milliseconds