Home
last modified time | relevance | path

Searched refs:softlockup_panic (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/linux/
Dnmi.h47 extern unsigned int softlockup_panic;
/Linux-v5.10/Documentation/admin-guide/
Dlockup-watchdogs.rst13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
14 "softlockup_panic" (see "Documentation/admin-guide/kernel-parameters.rst" for
Dkernel-parameters.txt4903 softlockup_panic=
4909 also controlled by the kernel.softlockup_panic sysctl
/Linux-v5.10/kernel/
Dwatchdog.c166 unsigned int __read_mostly softlockup_panic = variable
434 if (softlockup_panic) in watchdog_timer_fn()
Dsysctl.c2324 .data = &softlockup_panic,
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dkernel.rst1260 softlockup_panic chapter
1271 This can also be set using the softlockup_panic kernel parameter.