Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer_defs.h101 struct hrtimer_cpu_base { struct
102 raw_spinlock_t lock;
103 unsigned int cpu;
104 unsigned int active_bases;
105 unsigned int clock_was_set_seq;
106 unsigned int hres_active : 1,
107 in_hrtirq : 1,
108 hang_detected : 1,
109 softirq_activated : 1,
110 online : 1;
[all …]