Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dtimekeeping.rs14 clocksource::{clocksource_cyc2ns, Clocksource, CycleNum, HZ},
141 return clocksource_cyc2ns(CycleNum(clock_delta), clcok_data.mult, clcok_data.shift); in tk_get_ns()
Dclocksource.rs255 max_nsecs = clocksource_cyc2ns( in clocksource_max_deferment()
615 pub fn clocksource_cyc2ns(cycles: CycleNum, mult: u32, shift: u32) -> u64 { in clocksource_cyc2ns() function
668 let wd_dev_nsec = clocksource_cyc2ns( in clocksource_watchdog()
705 let cs_dev_nsec = clocksource_cyc2ns( in clocksource_watchdog()