Lines Matching full:hard
3 * Detect hard and soft lockups on a system
64 * Should we panic when a soft-lockup or hard-lockup occurs:
71 * hard lockup is detected, it could be task, memory, lock etc.
99 * We may not want to enable hard lockup detection by default in all cases,
101 * cases this function can be called to disable hard lockup detection. This
212 * A poorly behaving BPF scheduler can trigger hard lockup by in watchdog_hardlockup_check()
226 * Prevent multiple hard-lockup reports if one cpu is already in watchdog_hardlockup_check()
242 pr_emerg("CPU%u: Watchdog detected hard LOCKUP on cpu %u\n", this_cpu, cpu); in watchdog_hardlockup_check()
266 nmi_panic(regs, "Hard LOCKUP"); in watchdog_hardlockup_check()
329 * Caller needs to make sure that the hard watchdogs are off, so this
624 * Hard-lockup warnings should be triggered after just a few seconds. Soft-
626 * want a higher threshold for soft lockups than for hard lockups. So we couple
628 * time the hard threshold is.
651 * and hard thresholds) to increment before the in set_sample_period()
1317 pr_info("Hard watchdog permanently disabled\n"); in lockup_detector_delay_init()