Home
last modified time | relevance | path

Searched refs:watchdog_thresh (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dwatchdog.c46 int __read_mostly watchdog_thresh = 10; variable
211 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
227 return watchdog_thresh * 2; in get_softlockup_thresh()
318 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()
558 if (watchdog_enabled && watchdog_thresh) in __lockup_detector_reconfigure()
589 !(watchdog_enabled && watchdog_thresh)) in lockup_detector_setup()
734 old = READ_ONCE(watchdog_thresh); in proc_watchdog_thresh()
737 if (!err && write && old != READ_ONCE(watchdog_thresh)) in proc_watchdog_thresh()
779 .data = &watchdog_thresh,
Dwatchdog_hld.c173 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in hardlockup_detector_event_create()
Dworkqueue.c5940 module_param_cb(watchdog_thresh, &wq_watchdog_thresh_ops, &wq_watchdog_thresh,