Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimekeeping.rs140 let clock_delta = clock_now.div(clcok_data.watchdog_last).data() & clcok_data.mask.bits(); in tk_get_ns()
Dmod.rs297 fn div(self, rhs: u32) -> Duration { in div() method
Dclocksource.rs70 pub fn div(&self, other: CycleNum) -> CycleNum { in div() method
706 CycleNum(cs_now_clock.div(cs_data.watchdog_last).data() & cs_data.mask.bits), in clocksource_watchdog()