Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance
174 struct hrtimer_cpu_base { struct175 raw_spinlock_t lock;176 seqcount_t seq;177 struct hrtimer *running;178 unsigned int cpu;179 unsigned int active_bases;180 unsigned int clock_was_set_seq;181 bool migration_enabled;182 bool nohz_active;184 unsigned int in_hrtirq : 1,[all …]