Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhrtimer.h215 struct hrtimer_cpu_base { struct
216 raw_spinlock_t lock;
217 unsigned int cpu;
218 unsigned int active_bases;
221 in_hrtirq : 1,
222 hang_detected : 1,
224 online : 1;
226 unsigned int nr_events;
228 unsigned short nr_hangs;
233 atomic_t timer_waiters;
[all …]