Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs138 watchdog: Option<Arc<dyn Clocksource>>, field
147 watchdog: None, in new()
155 &mut self.watchdog in get_watchdog()
162 if self.is_running || self.watchdog.is_none() || watchdog_list.is_empty() { in clocksource_start_watchdog()
168 let mut wd_data = self.watchdog.as_ref().unwrap().clone().clocksource_data(); in clocksource_start_watchdog()
169 wd_data.watchdog_last = self.watchdog.as_ref().unwrap().clone().read(); in clocksource_start_watchdog()
170 self.watchdog in clocksource_start_watchdog()
183 if !self.is_running || (self.watchdog.is_some() && list_len != 0) { in clocksource_stop_watchdog()
469 if cs_watchdog.watchdog.is_none() in clocksource_enqueue_watchdog()
472 .watchdog in clocksource_enqueue_watchdog()
[all …]