Home
last modified time | relevance | path

Searched defs:Clocksource (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs136 fn get_watchdog(&mut self) -> &mut Option<Arc<dyn Clocksource>> { in get_watchdog()
177 pub trait Clocksource: Send + Sync + Debug { interface
208 fn clocksource(&self) -> Arc<dyn Clocksource>; in clocksource()
247 impl dyn Clocksource { implementation
Djiffies.rs44 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()
Dtimekeeping.rs103 pub fn timekeeper_setup_internals(&self, clock: Arc<dyn Clocksource>) { in timekeeper_setup_internals()