Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs143 let watchdog_list = &WATCHDOG_LIST.lock(); in clocksource_start_watchdog() localVariable
144 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() localVariable
676 for cs in watchdog_list.iter() { in clocksource_watchdog()