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;107 unsigned int clock_was_set_seq;108 unsigned int hres_active : 1,109 in_hrtirq : 1,110 hang_detected : 1,111 softirq_activated : 1,112 online : 1;[all …]