Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c980 static void __lockup_detector_reconfigure(bool thresh_changed) in __lockup_detector_reconfigure() argument
992 if (thresh_changed) in __lockup_detector_reconfigure()
1032 static void __lockup_detector_reconfigure(bool thresh_changed) in __lockup_detector_reconfigure() argument
1036 if (thresh_changed) in __lockup_detector_reconfigure()
1066 static void proc_watchdog_update(bool thresh_changed) in proc_watchdog_update() argument
1070 __lockup_detector_reconfigure(thresh_changed); in proc_watchdog_update()