Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs123 timer_expires: u64, field
131 timer_expires: 0, in new()
149 self.timer_expires += clock() + WATCHDOG_INTERVAL; in clocksource_start_watchdog()
151 let wd_timer = Timer::new(wd_timer_func, self.timer_expires); in clocksource_start_watchdog()
738 cs_watchdog.timer_expires += WATCHDOG_INTERVAL; in clocksource_watchdog()
741 let watchdog_timer = Timer::new(watchdog_func, cs_watchdog.timer_expires); in clocksource_watchdog()