Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dlockup-watchdogs.rst18 状态;通过sysctl命令设置“kernel.softlockup_panic”、使用内核启动参数
19softlockup_panic”(详见Documentation/admin-guide/kernel-parameters.rst)以及使
/Linux-v5.15/include/linux/
Dnmi.h47 extern unsigned int softlockup_panic;
/Linux-v5.15/kernel/
Dwatchdog.c170 unsigned int __read_mostly softlockup_panic = variable
443 if (softlockup_panic) in watchdog_timer_fn()
Dsysctl.c2371 .data = &softlockup_panic,
/Linux-v5.15/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.txt5219 softlockup_panic=
5225 also controlled by the kernel.softlockup_panic sysctl
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dkernel.rst1275 softlockup_panic chapter
1286 This can also be set using the softlockup_panic kernel parameter.