Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs142 timer_expires: u64, field
149 timer_expires: 0, in new()
167 self.timer_expires += clock() + WATCHDOG_INTERVAL; in clocksource_start_watchdog()
175 let wd_timer = Timer::new(wd_timer_func, self.timer_expires); in clocksource_start_watchdog()
909 cs_watchdog.timer_expires += WATCHDOG_INTERVAL; in create_new_watchdog_timer_function()
912 let watchdog_timer = Timer::new(watchdog_func, cs_watchdog.timer_expires); in create_new_watchdog_timer_function()