Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
213 struct hrtimer_cpu_base { struct214 raw_spinlock_t lock;215 unsigned int cpu;216 unsigned int active_bases;217 unsigned int clock_was_set_seq;218 unsigned int hres_active : 1,219 in_hrtirq : 1,220 hang_detected : 1,221 softirq_activated : 1;223 unsigned int nr_events;[all …]