Home
last modified time | relevance | path

Searched defs:clocksource (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/
H A Dmod.rs4 pub mod clocksource; module
/DragonOS/kernel/src/time/
H A Djiffies.rs48 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource() method
H A Dmod.rs12 pub mod clocksource; module
H A Dclocksource.rs234 fn clocksource(&self) -> Arc<dyn Clocksource>; in clocksource() method
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs116 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource() method