Searched refs:watchdog_thresh (Results 1 – 2 of 2) sorted by relevance
56 int __read_mostly watchdog_thresh = 10; variable202 return watchdog_thresh * 2; in get_softlockup_thresh()367 if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){ in is_softlockup()667 wd_attr->sample_period = hw_nmi_get_sample_period(watchdog_thresh); in watchdog_nmi_enable()947 if (watchdog_enabled && watchdog_thresh) in proc_watchdog_update()1080 old = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()1089 new = ACCESS_ONCE(watchdog_thresh); in proc_watchdog_thresh()1096 watchdog_thresh = old; in proc_watchdog_thresh()
910 .data = &watchdog_thresh,