Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Dipv6_route_update_soft_lockup.sh143 sysctl -qw kernel.softlockup_panic=${kernel_softlokup_panic_prev_val}
241 kernel_softlokup_panic_prev_val=$(sysctl -n kernel.softlockup_panic)
242 sysctl -qw kernel.softlockup_panic=1
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dlockup-watchdogs.rst18 狀態;通過sysctl命令設置“kernel.softlockup_panic”、使用內核啓動參數
19softlockup_panic”(詳見Documentation/admin-guide/kernel-parameters.rst)以及使
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dlockup-watchdogs.rst18 状态;通过sysctl命令设置“kernel.softlockup_panic”、使用内核启动参数
19softlockup_panic”(详见Documentation/admin-guide/kernel-parameters.rst)以及使
/linux-6.15/kernel/
H A Dwatchdog.c308 unsigned int __read_mostly softlockup_panic = variable
324 softlockup_panic = simple_strtoul(str, NULL, 0); in softlockup_panic_setup()
772 if (!softlockup_panic) in watchdog_timer_fn()
777 if (softlockup_panic) in watchdog_timer_fn()
1109 .data = &softlockup_panic,
/linux-6.15/include/linux/
H A Dnmi.h46 extern unsigned int softlockup_panic;
/linux-6.15/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.txt6592 softlockup_panic=
6598 also controlled by the kernel.softlockup_panic sysctl
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dkernel.rst1409 softlockup_panic chapter
1420 This can also be set using the softlockup_panic kernel parameter.