Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
184 struct hrtimer_cpu_base { struct185 raw_spinlock_t lock;186 seqcount_t seq;187 struct hrtimer *running;188 unsigned int cpu;189 unsigned int active_bases;190 unsigned int clock_was_set_seq;191 bool migration_enabled;192 bool nohz_active;194 unsigned int in_hrtirq : 1,[all …]