Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/time/
H A Dtimekeeping.rs45 clock: Option<Arc<dyn Clocksource>>, field
147 let clock = timekeeper.clock.clone().unwrap(); in timekeeping_get_ns() localVariable
256 let clock = timekeeper.clock.clone().unwrap(); in logarithmic_accumulation() localVariable
366 let clock = clocksource_default_clock(); in timekeeping_init() localVariable
400 let clock = tk.clock.clone().unwrap(); in update_wall_time() localVariable
H A Dsyscall.rs103 pub fn clock() -> Result<usize, SystemError> { in clock() method
H A Dtimer.rs385 pub fn clock() -> u64 { in clock() function
/DragonOS/user/apps/test-mount/src/
H A Dmain.rs12 let clock = time::Instant::now(); in main() localVariable
/DragonOS/kernel/src/sched/
H A Dmod.rs1 pub mod clock; module
294 clock: u64, field
516 let clock = SchedClock::sched_clock_cpu(self.cpu); in update_rq_clock() localVariable