Searched defs:clock (Results 1 – 4 of 4) sorted by relevance
39 clock_t clock() in clock() function
41 clock: Option<Arc<dyn Clocksource>>, field137 let clock = timekeeper.clock.clone().unwrap(); in tk_get_ns() localVariable211 let clock = clocksource_default_clock(); in timekeeping_init() localVariable
75 pub fn clock() -> Result<usize, SystemError> { in clock() method
298 pub fn clock() -> u64 { in clock() function