Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
186 struct hrtimer_cpu_base { struct187 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,[all …]