Lines Matching defs:hrtimer_cpu_base
217 struct hrtimer_cpu_base { struct
218 raw_spinlock_t lock;
219 unsigned int cpu;
220 unsigned int active_bases;
221 unsigned int clock_was_set_seq;
222 unsigned int hres_active : 1,
223 in_hrtirq : 1,
224 hang_detected : 1,
225 softirq_activated : 1;
227 unsigned int nr_events;
228 unsigned short nr_retries;
229 unsigned short nr_hangs;
230 unsigned int max_hang_time;
233 spinlock_t softirq_expiry_lock;
234 atomic_t timer_waiters;
236 ktime_t expires_next;
237 struct hrtimer *next_timer;
238 ktime_t softirq_expires_next;
239 struct hrtimer *softirq_next_timer;
240 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];