Searched refs:watchdog_thresh_next (Results 1 – 1 of 1) sorted by relevance
51 static int __read_mostly watchdog_thresh_next; variable993 watchdog_thresh = READ_ONCE(watchdog_thresh_next); in __lockup_detector_reconfigure()1037 watchdog_thresh = READ_ONCE(watchdog_thresh_next); in __lockup_detector_reconfigure()1155 watchdog_thresh_next = READ_ONCE(watchdog_thresh); in proc_watchdog_thresh()1157 old = watchdog_thresh_next; in proc_watchdog_thresh()1160 if (!err && write && old != READ_ONCE(watchdog_thresh_next)) in proc_watchdog_thresh()1202 .data = &watchdog_thresh_next,