Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs161 let watchdog_list = WATCHDOG_LIST.lock_irqsave(); in clocksource_start_watchdog() localVariable
162 if self.is_running || self.watchdog.is_none() || watchdog_list.is_empty() { in clocksource_start_watchdog()
810 let watchdog_list = WATCHDOG_LIST.lock_irqsave(); in clocksource_watchdog() localVariable
811 for cs in watchdog_list.iter() { in clocksource_watchdog()