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()
169 struct hrtimer_clock_base *base; in lock_hrtimer_base()
194 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
225 static inline struct hrtimer_clock_base *
226 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
230 struct hrtimer_clock_base *new_base; in switch_hrtimer_base()
277 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
282 static inline struct hrtimer_clock_base *
286 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base()
487 static struct hrtimer_clock_base *
509 struct hrtimer_clock_base *base; in __hrtimer_next_event_base()
813 struct hrtimer_clock_base *base = timer->base; in hrtimer_reprogram()
874 struct hrtimer_clock_base *base; in update_needs_ipi()
1084 struct hrtimer_clock_base *base, in enqueue_hrtimer()
1108 struct hrtimer_clock_base *base, in __remove_hrtimer()
1138 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, in remove_hrtimer()
1217 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1219 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns()
1286 struct hrtimer_clock_base *base; in hrtimer_start_range_ns()
1321 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel()
1399 struct hrtimer_clock_base *base = READ_ONCE(timer->base); in hrtimer_cancel_wait_running()
1609 struct hrtimer_clock_base *base; in hrtimer_active()
1646 struct hrtimer_clock_base *base, in __run_hrtimer()
1723 struct hrtimer_clock_base *base; in __hrtimer_run_queues()
2171 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2192 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, in migrate_hrtimer_list()
2193 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list()