Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dhrtimer.h215 struct hrtimer_cpu_base { struct
216 raw_spinlock_t lock;
217 unsigned int cpu;
218 unsigned int active_bases;
219 unsigned int clock_was_set_seq;
220 unsigned int hres_active : 1,
221 in_hrtirq : 1,
222 hang_detected : 1,
223 softirq_activated : 1,
224 online : 1;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dhrtimer.h218 struct hrtimer_cpu_base { struct
219 raw_spinlock_t lock;
220 unsigned int cpu;
221 unsigned int active_bases;
222 unsigned int clock_was_set_seq;
223 unsigned int hres_active : 1,
224 in_hrtirq : 1,
225 hang_detected : 1,
226 softirq_activated : 1,
227 online : 1;
[all …]