Home
last modified time | relevance | path

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

/linux/include/linux/
A Dhrtimer_defs.h103 struct hrtimer_cpu_base { struct
104 raw_spinlock_t lock;
105 unsigned int cpu;
106 unsigned int active_bases;
109 in_hrtirq : 1,
110 hang_detected : 1,
112 online : 1;
114 unsigned int nr_events;
116 unsigned short nr_hangs;
121 atomic_t timer_waiters;
[all …]

Completed in 5 milliseconds