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

/linux-master/include/linux/
H A Dnmi.h48 extern unsigned int softlockup_panic;
/linux-master/kernel/
H A Dwatchdog.c292 unsigned int __read_mostly softlockup_panic = variable
308 softlockup_panic = simple_strtoul(str, NULL, 0);
311 __setup("softlockup_panic=", softlockup_panic_setup);
552 if (!softlockup_panic)
557 if (softlockup_panic)
911 .procname = "softlockup_panic",
912 .data = &softlockup_panic,

Completed in 121 milliseconds