Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dhrtimer.h217 struct hrtimer_cpu_base { struct
218 raw_spinlock_t lock;
219 unsigned int cpu;
220 unsigned int active_bases;
221 unsigned int clock_was_set_seq;
222 unsigned int hres_active : 1,
223 in_hrtirq : 1,
224 hang_detected : 1,
225 softirq_activated : 1;
227 unsigned int nr_events;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dhrtimer.h201 struct hrtimer_cpu_base { struct
202 raw_spinlock_t lock;
203 unsigned int cpu;
204 unsigned int active_bases;
205 unsigned int clock_was_set_seq;
206 unsigned int hres_active : 1,
207 in_hrtirq : 1,
208 hang_detected : 1,
209 softirq_activated : 1;
211 unsigned int nr_events;
[all …]