Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs121 last_check: CycleNum, field
130 last_check: CycleNum(0), in new()
150 self.last_check = self.watchdog.as_ref().unwrap().clone().read(); in clocksource_start_watchdog()
667 let wd_last = cs_watchdog.last_check.data(); in clocksource_watchdog()
673 cs_watchdog.last_check = CycleNum(cur_wd_nowclock); in clocksource_watchdog()