Searched defs:clock (Results 1 – 5 of 5) sorted by relevance
45 clock: Option<Arc<dyn Clocksource>>, field147 let clock = timekeeper.clock.clone().unwrap(); in timekeeping_get_ns() localVariable256 let clock = timekeeper.clock.clone().unwrap(); in logarithmic_accumulation() localVariable366 let clock = clocksource_default_clock(); in timekeeping_init() localVariable400 let clock = tk.clock.clone().unwrap(); in update_wall_time() localVariable
101 pub fn clock() -> Result<usize, SystemError> { in clock() method
385 pub fn clock() -> u64 { in clock() function
14 let clock = time::Instant::now(); in main() localVariable
1 pub mod clock; module294 clock: u64, field516 let clock = SchedClock::sched_clock_cpu(self.cpu); in update_rq_clock() localVariable