Lines Matching defs:hrtimer_cpu_base
186 struct hrtimer_cpu_base { struct
187 raw_spinlock_t lock;
188 seqcount_t seq;
189 struct hrtimer *running;
190 unsigned int cpu;
191 unsigned int active_bases;
192 unsigned int clock_was_set_seq;
193 bool migration_enabled;
194 bool nohz_active;
196 unsigned int in_hrtirq : 1,
197 hres_active : 1,
198 hang_detected : 1;
199 ktime_t expires_next;
200 struct hrtimer *next_timer;
201 unsigned int nr_events;
202 unsigned int nr_retries;
203 unsigned int nr_hangs;
204 unsigned int max_hang_time;
206 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];