Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dlockup-watchdogs.rst18 状态;通过sysctl命令设置“kernel.softlockup_panic”、使用内核启动参数
19softlockup_panic”(详见Documentation/admin-guide/kernel-parameters.rst)以及使
/openbmc/linux/kernel/
H A Dwatchdog.c272 unsigned int __read_mostly softlockup_panic = variable
288 softlockup_panic = simple_strtoul(str, NULL, 0); in softlockup_panic_setup()
533 if (softlockup_panic) in watchdog_timer_fn()
886 .data = &softlockup_panic,
/openbmc/linux/include/linux/
H A Dnmi.h48 extern unsigned int softlockup_panic;
/openbmc/linux/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.txt5914 softlockup_panic=
5920 also controlled by the kernel.softlockup_panic sysctl
/openbmc/docs/designs/
H A Dbmc-service-failure-debug-and-recovery.md136 | Unresponsive | `hardlockup_panic`, `softlockup_panic` |
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1364 softlockup_panic chapter
1375 This can also be set using the softlockup_panic kernel parameter.