Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
178 struct hrtimer_cpu_base { struct179 raw_spinlock_t lock;180 unsigned long active_bases;182 ktime_t expires_next;183 int hres_active;184 int hang_detected;185 unsigned long nr_events;186 unsigned long nr_retries;187 unsigned long nr_hangs;188 ktime_t max_hang_time;[all …]