Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c50 static int __read_mostly watchdog_thresh_next; variable
940 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,