Searched refs:watchdog_list (Results 1 – 1 of 1) sorted by relevance
143 let watchdog_list = &WATCHDOG_LIST.lock(); in clocksource_start_watchdog() localVariable144 if self.is_running || self.watchdog.is_none() || watchdog_list.is_empty() { in clocksource_start_watchdog()675 let watchdog_list = &mut WATCHDOG_LIST.lock(); in clocksource_watchdog() localVariable676 for cs in watchdog_list.iter() { in clocksource_watchdog()