Lines Matching defs:hrtimer_cpu_base
201 struct hrtimer_cpu_base { struct
202 raw_spinlock_t lock;
203 unsigned int cpu;
204 unsigned int active_bases;
205 unsigned int clock_was_set_seq;
206 unsigned int hres_active : 1,
207 in_hrtirq : 1,
208 hang_detected : 1,
209 softirq_activated : 1;
211 unsigned int nr_events;
212 unsigned short nr_retries;
213 unsigned short nr_hangs;
214 unsigned int max_hang_time;
216 ktime_t expires_next;
217 struct hrtimer *next_timer;
218 ktime_t softirq_expires_next;
219 struct hrtimer *softirq_next_timer;
220 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];