Lines Matching defs:hrtimer_cpu_base
182 struct hrtimer_cpu_base { struct
183 raw_spinlock_t lock;
184 unsigned int cpu;
185 unsigned int active_bases;
186 unsigned int clock_was_set;
188 ktime_t expires_next;
189 int in_hrtirq;
190 int hres_active;
191 int hang_detected;
192 unsigned long nr_events;
193 unsigned long nr_retries;
194 unsigned long nr_hangs;
195 ktime_t max_hang_time;
197 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];