Lines Matching refs:hrtimer_clock_base
148 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
166 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
170 struct hrtimer_clock_base *base; in lock_hrtimer_base()
195 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
226 static inline struct hrtimer_clock_base *
227 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
231 struct hrtimer_clock_base *new_base; in switch_hrtimer_base()
278 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
283 static inline struct hrtimer_clock_base *
287 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base()
488 static struct hrtimer_clock_base *
510 struct hrtimer_clock_base *base; in __hrtimer_next_event_base()
809 struct hrtimer_clock_base *base = timer->base; in hrtimer_reprogram()
870 struct hrtimer_clock_base *base; in update_needs_ipi()
1082 struct hrtimer_clock_base *base, in enqueue_hrtimer()
1107 struct hrtimer_clock_base *base, in __remove_hrtimer()
1137 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in remove_hrtimer()
1216 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1218 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns()
1285 struct hrtimer_clock_base *base; in hrtimer_start_range_ns()
1322 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel()
1402 struct hrtimer_clock_base *base = READ_ONCE(timer->base); in hrtimer_cancel_wait_running()
1612 struct hrtimer_clock_base *base; in hrtimer_active()
1649 struct hrtimer_clock_base *base, in __run_hrtimer()
1726 struct hrtimer_clock_base *base; in __hrtimer_run_queues()
2151 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2173 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, in migrate_hrtimer_list()
2174 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list()