Home
last modified time | relevance | path

Searched refs:sysctl_hardlockup_all_cpu_backtrace (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnmi.h30 extern int sysctl_hardlockup_all_cpu_backtrace;
33 #define sysctl_hardlockup_all_cpu_backtrace 0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dwatchdog.c171 if (!sysctl_hardlockup_all_cpu_backtrace) { in watchdog_smp_panic()
193 if (sysctl_hardlockup_all_cpu_backtrace) in watchdog_smp_panic()
318 if (sysctl_hardlockup_all_cpu_backtrace) in soft_nmi_interrupt()
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog_hld.c151 if (sysctl_hardlockup_all_cpu_backtrace && in watchdog_overflow_callback()
H A Dwatchdog.c55 int __read_mostly sysctl_hardlockup_all_cpu_backtrace; variable
H A Dsysctl.c2405 .data = &sysctl_hardlockup_all_cpu_backtrace,