Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs281 let max_nsecs = clocksource_cyc2ns( in clocksource_max_deferment()
755 pub fn clocksource_cyc2ns(cycles: CycleNum, mult: u32, shift: u32) -> u64 { in clocksource_cyc2ns() function
858 let wd_dev_nsec = clocksource_cyc2ns( in clocksource_watchdog()
864 let cs_dev_nsec = clocksource_cyc2ns( in clocksource_watchdog()
H A Dtimekeeping.rs20 clocksource::{clocksource_cyc2ns, Clocksource, CycleNum, HZ},
153 return clocksource_cyc2ns( in timekeeping_get_ns()