Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
103 struct hrtimer_cpu_base { struct104 raw_spinlock_t lock;105 unsigned int cpu;109 in_hrtirq : 1,110 hang_detected : 1,112 online : 1;114 unsigned int nr_events;116 unsigned short nr_hangs;121 atomic_t timer_waiters;123 ktime_t expires_next;[all …]
Completed in 3 milliseconds