Lines Matching refs:hrtimer_cpu_base
67 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
119 static struct hrtimer_cpu_base migration_cpu_base = {
182 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base()
191 struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, in get_target_base()
214 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base()
461 static inline void hrtimer_update_next_timer(struct hrtimer_cpu_base *cpu_base, in hrtimer_update_next_timer()
469 static ktime_t __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base) in __hrtimer_get_next_event()
502 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base()
549 static inline int __hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base) in __hrtimer_hres_active()
565 hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal) in hrtimer_force_reprogram()
609 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
664 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) in hrtimer_init_hres()
677 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
693 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
726 static inline int __hrtimer_hres_active(struct hrtimer_cpu_base *b) { return 0; } in __hrtimer_hres_active()
731 hrtimer_force_reprogram(struct hrtimer_cpu_base *base, int skip_equal) { } in hrtimer_force_reprogram()
737 static inline void hrtimer_init_hres(struct hrtimer_cpu_base *base) { } in hrtimer_init_hres()
902 struct hrtimer_cpu_base *cpu_base = base->cpu_base; in __remove_hrtimer()
1110 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_get_next_event()
1128 struct hrtimer_cpu_base *cpu_base; in __hrtimer_init()
1172 struct hrtimer_cpu_base *cpu_base; in hrtimer_active()
1208 static void __run_hrtimer(struct hrtimer_cpu_base *cpu_base, in __run_hrtimer()
1278 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now) in __hrtimer_run_queues()
1325 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_interrupt()
1434 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_queues()
1605 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in init_hrtimers_cpu()
1651 struct hrtimer_cpu_base *old_base, *new_base; in migrate_hrtimers()