Searched refs:SchedClock (Results 1 – 3 of 3) sorted by relevance
5 pub struct SchedClock; struct7 impl SchedClock { impl
9 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()
41 clock::{ClockUpdataFlag, SchedClock},516 let clock = SchedClock::sched_clock_cpu(self.cpu); in update_rq_clock()