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;106 unsigned int active_bases;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;[all …]
Completed in 5 milliseconds