Lines Matching refs:kernel
5 The Linux kernel can act as a watchdog to detect both soft and hard
8 A 'softlockup' is defined as a bug that causes the kernel to loop in
9 kernel mode for more than 20 seconds (see "Implementation" below for
12 will stay locked up. Alternatively, the kernel can be configured to
13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter,
14 "softlockup_panic" (see "Documentation/kernel-parameters.txt" for
19 kernel mode for more than 10 seconds (see "Implementation" below for
24 "BOOTPARAM_HARDLOCKUP_PANIC", and a kernel parameter, "nmi_watchdog"
25 (see "Documentation/kernel-parameters.txt" for details).
28 timeout is set through the confusingly named "kernel.panic" sysctl),
45 generate a kernel warning or call panic, depending on the
48 The watchdog task is a high priority kernel thread that updates a
54 other kernel code.
60 As explained above, a kernel knob is provided that allows