Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
182 struct hrtimer_cpu_base { struct183 raw_spinlock_t lock;184 unsigned int cpu;185 unsigned int active_bases;186 unsigned int clock_was_set;188 ktime_t expires_next;189 int in_hrtirq;190 int hres_active;191 int hang_detected;192 unsigned long nr_events;[all …]