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()
777 struct hrtimer_clock_base *base = timer->base; in hrtimer_reprogram()
961 struct hrtimer_clock_base *base, in enqueue_hrtimer()
985 struct hrtimer_clock_base *base, in __remove_hrtimer()
1015 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer()
1085 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1087 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns()
1117 struct hrtimer_clock_base *base; in hrtimer_start_range_ns()
1152 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel()
1230 struct hrtimer_clock_base *base = READ_ONCE(timer->base); in hrtimer_cancel_wait_running()
1440 struct hrtimer_clock_base *base; in hrtimer_active()
1477 struct hrtimer_clock_base *base, in __run_hrtimer()
1554 struct hrtimer_clock_base *base; in __hrtimer_run_queues()
2000 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2021 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, in migrate_hrtimer_list()
2022 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list()