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

/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)
/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
82 hardlockup_panic = 1;
84 hardlockup_panic = 0;
202 if (!hardlockup_panic)
206 if (hardlockup_panic)
1138 .procname = "hardlockup_panic",
1139 .data = &hardlockup_panic,

Completed in 218 milliseconds