Home
last modified time | relevance | path

Searched defs:hrtimer_cpu_base (Results 1 – 1 of 1) sorted by relevance

/third_party/Linux_Kernel/include/linux/
Dhrtimer.h184 struct hrtimer_cpu_base { struct
185 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 …]