Lines Matching defs:hrtimer_cpu_base
2173 struct hrtimer_cpu_base { struct
2174 raw_spinlock_t lock;
2175 unsigned int cpu;
2176 unsigned int active_bases;
2177 unsigned int clock_was_set_seq;
2178 unsigned int hres_active: 1;
2179 unsigned int in_hrtirq: 1;
2180 unsigned int hang_detected: 1;
2181 unsigned int softirq_activated: 1;
2182 unsigned int nr_events;
2183 short unsigned int nr_retries;
2184 short unsigned int nr_hangs;
2185 unsigned int max_hang_time;
2186 ktime_t expires_next;
2187 struct hrtimer *next_timer;
2188 ktime_t softirq_expires_next;
2189 struct hrtimer *softirq_next_timer;
2198 struct hrtimer_clock_base clock_base[8];