Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhrtimer.h214 struct hrtimer_cpu_base { struct
215 raw_spinlock_t lock;
216 unsigned int cpu;
217 unsigned int active_bases;
218 unsigned int clock_was_set_seq;
219 unsigned int hres_active : 1,
220 in_hrtirq : 1,
221 hang_detected : 1,
222 softirq_activated : 1;
224 unsigned int nr_events;
[all …]