Searched refs:watchdog_thresh (Results 1 – 4 of 4) sorted by relevance
44 int __read_mostly watchdog_thresh = 10; variable204 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()231 return watchdog_thresh * 2; in get_softlockup_thresh()315 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()577 if (watchdog_enabled && watchdog_thresh) in lockup_detector_reconfigure()605 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()746 old = READ_ONCE(watchdog_thresh); in proc_watchdog_thresh()749 if (!err && write && old != READ_ONCE(watchdog_thresh)) in proc_watchdog_thresh()
173 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
932 .data = &watchdog_thresh,
5822 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,