Lines Matching defs:hrtimer_cpu_base
213 struct hrtimer_cpu_base { struct
214 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;
224 unsigned short nr_retries;
225 unsigned short nr_hangs;
226 unsigned int max_hang_time;
229 spinlock_t softirq_expiry_lock;
230 atomic_t timer_waiters;
232 ktime_t expires_next;
233 struct hrtimer *next_timer;
234 ktime_t softirq_expires_next;
235 struct hrtimer *softirq_next_timer;
236 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];