Lines Matching defs:hrtimer_cpu_base
103 struct hrtimer_cpu_base { struct
104 raw_spinlock_t lock;
105 unsigned int cpu;
106 unsigned int active_bases;
107 unsigned int clock_was_set_seq;
108 unsigned int hres_active : 1,
109 in_hrtirq : 1,
110 hang_detected : 1,
111 softirq_activated : 1,
112 online : 1;
114 unsigned int nr_events;
115 unsigned short nr_retries;
116 unsigned short nr_hangs;
117 unsigned int max_hang_time;
120 spinlock_t softirq_expiry_lock;
121 atomic_t timer_waiters;
123 ktime_t expires_next;
124 struct hrtimer *next_timer;
125 ktime_t softirq_expires_next;
126 struct hrtimer *softirq_next_timer;
127 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES];