Searched refs:watchdog_thresh_next (Results 1 – 1 of 1) sorted by relevance
50 static int __read_mostly watchdog_thresh_next; variable940 watchdog_thresh = READ_ONCE(watchdog_thresh_next); in __lockup_detector_reconfigure()984 watchdog_thresh = READ_ONCE(watchdog_thresh_next); in __lockup_detector_reconfigure()1102 watchdog_thresh_next = READ_ONCE(watchdog_thresh); in proc_watchdog_thresh()1104 old = watchdog_thresh_next; in proc_watchdog_thresh()1107 if (!err && write && old != READ_ONCE(watchdog_thresh_next)) in proc_watchdog_thresh()1149 .data = &watchdog_thresh_next,