Searched defs:Clocksource (Results 1 – 3 of 3) sorted by relevance
136 fn get_watchdog(&mut self) -> &mut Option<Arc<dyn Clocksource>> { in get_watchdog()177 pub trait Clocksource: Send + Sync + Debug { trait208 fn clocksource(&self) -> Arc<dyn Clocksource>; in clocksource()247 impl dyn Clocksource { implementation
44 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()
103 pub fn timekeeper_setup_internals(&self, clock: Arc<dyn Clocksource>) { in timekeeper_setup_internals()