Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Djiffies.rs60 d.watchdog_last = data.watchdog_last; in update_clocksource_data()
82 watchdog_last: CycleNum::new(0), in new()
H A Dclocksource.rs169 wd_data.watchdog_last = self.watchdog.as_ref().unwrap().clone().read(); in clocksource_start_watchdog()
674 pub watchdog_last: CycleNum, field
707 watchdog_last: CycleNum(0), in new()
852 cs_data.watchdog_last = CycleNum::new(wd_now_clock); in clocksource_watchdog()
859 CycleNum((wd_now_clock - cs_data.watchdog_last.data()) & wd_now_data.mask.bits), in clocksource_watchdog()
870 cs_data.watchdog_last = CycleNum::new(wd_now_clock); in clocksource_watchdog()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs90 watchdog_last: CycleNum::new(0), in new()
129 d.watchdog_last = data.watchdog_last; in update_clocksource_data()