Home
last modified time | relevance | path

Searched refs:SchedClock (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dclock.rs5 pub struct SchedClock; struct
7 impl SchedClock { impl
H A Dcputime.rs9 use super::{clock::SchedClock, cpu_irq_time};
55 irq_time.irq_start_time = SchedClock::sched_clock_cpu(cpu) as u64; in irqtime_start()
64 let delta = SchedClock::sched_clock_cpu(cpu) as u64 - irq_time.irq_start_time; in irqtime_account_irq()
H A Dmod.rs41 clock::{ClockUpdataFlag, SchedClock},
516 let clock = SchedClock::sched_clock_cpu(self.cpu); in update_rq_clock()