Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c210 unsigned int __read_mostly softlockup_panic = variable
542 trace_android_vh_watchdog_timer_softlockup(duration, regs, !!softlockup_panic); in watchdog_timer_fn()
544 if (softlockup_panic) in watchdog_timer_fn()
H A Dsysctl.c2373 .data = &softlockup_panic,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dlockup-watchdogs.rst13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
14 "softlockup_panic" (see "Documentation/admin-guide/kernel-parameters.rst" for
H A Dkernel-parameters.txt5096 softlockup_panic=
5102 also controlled by the kernel.softlockup_panic sysctl
/OK3568_Linux_fs/kernel/include/linux/
H A Dnmi.h47 extern unsigned int softlockup_panic;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dkernel.rst1255 softlockup_panic chapter
1266 This can also be set using the softlockup_panic kernel parameter.