Lines Matching full:hard
3 * Detect hard and soft lockups on a system
63 * Should we panic when a soft-lockup or hard-lockup occurs:
91 * We may not want to enable hard lockup detection by default in all cases,
93 * cases this function can be called to disable hard lockup detection. This
205 * Prevent multiple hard-lockup reports if one cpu is already in watchdog_hardlockup_check()
221 pr_emerg("CPU%u: Watchdog detected hard LOCKUP on cpu %u\n", this_cpu, cpu); in watchdog_hardlockup_check()
244 nmi_panic(regs, "Hard LOCKUP"); in watchdog_hardlockup_check()
307 * Caller needs to make sure that the hard watchdogs are off, so this
595 * Hard-lockup warnings should be triggered after just a few seconds. Soft-
597 * want a higher threshold for soft lockups than for hard lockups. So we couple
599 * time the hard threshold is.
622 * and hard thresholds) to increment before the in set_sample_period()
1277 pr_info("Hard watchdog permanently disabled\n"); in lockup_detector_delay_init()