Lines Matching refs:hrtimer_clock_base

147 static inline bool is_migration_base(struct hrtimer_clock_base *base)  in is_migration_base()
165 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
168 struct hrtimer_clock_base *base; in lock_hrtimer_base()
193 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
224 static inline struct hrtimer_clock_base *
225 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
229 struct hrtimer_clock_base *new_base; in switch_hrtimer_base()
276 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
281 static inline struct hrtimer_clock_base *
284 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base()
485 static struct hrtimer_clock_base *
507 struct hrtimer_clock_base *base; in __hrtimer_next_event_base()
811 struct hrtimer_clock_base *base = timer->base; in hrtimer_reprogram()
872 struct hrtimer_clock_base *base; in update_needs_ipi()
1081 struct hrtimer_clock_base *base, in enqueue_hrtimer()
1105 struct hrtimer_clock_base *base, in __remove_hrtimer()
1135 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in remove_hrtimer()
1214 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1216 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns()
1283 struct hrtimer_clock_base *base; in hrtimer_start_range_ns()
1318 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel()
1396 struct hrtimer_clock_base *base = READ_ONCE(timer->base); in hrtimer_cancel_wait_running()
1606 struct hrtimer_clock_base *base; in hrtimer_active()
1643 struct hrtimer_clock_base *base, in __run_hrtimer()
1720 struct hrtimer_clock_base *base; in __hrtimer_run_queues()
2166 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2187 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, in migrate_hrtimer_list()
2188 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list()