Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs154 fn get_watchdog(&mut self) -> &mut Option<Arc<dyn Clocksource>> { in get_watchdog()
201 pub trait Clocksource: Send + Sync + Debug { interface
234 fn clocksource(&self) -> Arc<dyn Clocksource>; in clocksource()
273 impl dyn Clocksource { implementation
H A Djiffies.rs48 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()
H A Dtimekeeping.rs115 pub fn timekeeper_setup_internals(&self, clock: Arc<dyn Clocksource>) { in timekeeper_setup_internals()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs116 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()