Lines Matching refs:hrtimer_clock_base

143 static inline bool is_migration_base(struct hrtimer_clock_base *base)  in is_migration_base()
161 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer, in lock_hrtimer_base()
164 struct hrtimer_clock_base *base; in lock_hrtimer_base()
189 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target()
220 static inline struct hrtimer_clock_base *
221 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base, in switch_hrtimer_base()
225 struct hrtimer_clock_base *new_base; in switch_hrtimer_base()
272 static inline bool is_migration_base(struct hrtimer_clock_base *base) in is_migration_base()
277 static inline struct hrtimer_clock_base *
280 struct hrtimer_clock_base *base = timer->base; in lock_hrtimer_base()
486 static struct hrtimer_clock_base *
508 struct hrtimer_clock_base *base; in __hrtimer_next_event_base()
778 struct hrtimer_clock_base *base = timer->base; in hrtimer_reprogram()
962 struct hrtimer_clock_base *base, in enqueue_hrtimer()
985 struct hrtimer_clock_base *base, in __remove_hrtimer()
1014 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer()
1083 struct hrtimer_clock_base *base) in __hrtimer_start_range_ns()
1085 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns()
1115 struct hrtimer_clock_base *base; in hrtimer_start_range_ns()
1150 struct hrtimer_clock_base *base; in hrtimer_try_to_cancel()
1228 struct hrtimer_clock_base *base = READ_ONCE(timer->base); in hrtimer_cancel_wait_running()
1438 struct hrtimer_clock_base *base; in hrtimer_active()
1475 struct hrtimer_clock_base *base, in __run_hrtimer()
1547 struct hrtimer_clock_base *base; in __hrtimer_run_queues()
2009 static void migrate_hrtimer_list(struct hrtimer_clock_base *old_base, in migrate_hrtimer_list()
2010 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list()