Searched defs:Clocksource (Results 1 – 4 of 4) sorted by relevance
154 fn get_watchdog(&mut self) -> &mut Option<Arc<dyn Clocksource>> { in get_watchdog()201 pub trait Clocksource: Send + Sync + Debug { interface234 fn clocksource(&self) -> Arc<dyn Clocksource>; in clocksource()273 impl dyn Clocksource { implementation
48 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()
115 pub fn timekeeper_setup_internals(&self, clock: Arc<dyn Clocksource>) { in timekeeper_setup_internals()
116 fn clocksource(&self) -> Arc<dyn Clocksource> { in clocksource()