Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs117 watchdog: Option<Arc<dyn Clocksource>>, field
128 watchdog: None, in new()
137 &mut self.watchdog in get_watchdog()
144 if self.is_running || self.watchdog.is_none() || watchdog_list.is_empty() { in clocksource_start_watchdog()
150 self.last_check = self.watchdog.as_ref().unwrap().clone().read(); in clocksource_start_watchdog()
159 if !self.is_running || (self.watchdog.is_some() && list_len != 0) { in clocksource_stop_watchdog()
349 if cs_watchdog.watchdog.is_none() in clocksource_enqueue_watchdog()
352 .watchdog in clocksource_enqueue_watchdog()
359 cs_watchdog.watchdog.replace(cs); in clocksource_enqueue_watchdog()
401 let watchdog = locked_watchdog in clocksource_dequeue_watchdog() localVariable
[all …]