Home
last modified time | relevance | path

Searched refs:hardlockup_panic (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/
Dwatchdog.c56 unsigned int __read_mostly hardlockup_panic = variable
74 hardlockup_panic = 1; in hardlockup_panic_setup()
76 hardlockup_panic = 0; in hardlockup_panic_setup()
Dwatchdog_hld.c154 if (hardlockup_panic) in watchdog_overflow_callback()
Dsysctl.c949 .data = &hardlockup_panic,
/Linux-v4.19/arch/powerpc/kernel/
Dwatchdog.c192 if (hardlockup_panic) in watchdog_smp_panic()
286 if (hardlockup_panic) in soft_nmi_interrupt()
/Linux-v4.19/include/linux/
Dnmi.h86 extern unsigned int hardlockup_panic;
/Linux-v4.19/Documentation/
Dlockup-watchdogs.txt24 'hardlockup_panic', a compile time knob, "BOOTPARAM_HARDLOCKUP_PANIC",
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt37 - hardlockup_panic
319 hardlockup_panic:
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt2704 the nmi_watchdog and hardlockup_panic sysctls.