Lines Matching full:hard
3 * Detect hard and soft lockups on a system
55 * Should we panic when a soft-lockup or hard-lockup occurs:
60 * We may not want to enable hard lockup detection by default in all cases,
62 * cases this function can be called to disable hard lockup detection. This
161 * Prevent multiple hard-lockup reports if one cpu is already in watchdog_hardlockup_check()
177 pr_emerg("Watchdog detected hard LOCKUP on cpu %d\n", cpu); in watchdog_hardlockup_check()
200 nmi_panic(regs, "Hard LOCKUP"); in watchdog_hardlockup_check()
263 * Caller needs to make sure that the hard watchdogs are off, so this
337 * Hard-lockup warnings should be triggered after just a few seconds. Soft-
339 * want a higher threshold for soft lockups than for hard lockups. So we couple
341 * time the hard threshold is.
364 * and hard thresholds) to increment before the in set_sample_period()
993 pr_info("Hard watchdog permanently disabled\n"); in lockup_detector_delay_init()