Lines Matching refs:hrtimer_cpu_base

71 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
130 static inline bool hrtimer_base_is_online(struct hrtimer_cpu_base *base) in hrtimer_base_is_online()
149 static struct hrtimer_cpu_base migration_cpu_base = {
206 struct hrtimer_cpu_base *new_cpu_base, in hrtimer_suitable_target()
207 struct hrtimer_cpu_base *this_cpu_base) in hrtimer_suitable_target()
232 static inline struct hrtimer_cpu_base *get_target_base(struct hrtimer_cpu_base *base, int pinned) in get_target_base()
263 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base()
507 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) in __next_base()
523 static ktime_t __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base, in __hrtimer_next_event_base()
590 __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base, unsigned int active_mask) in __hrtimer_get_next_event()
615 static ktime_t hrtimer_update_next_event(struct hrtimer_cpu_base *cpu_base) in hrtimer_update_next_event()
646 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base()
665 static inline int hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base) in hrtimer_hres_active()
671 static void __hrtimer_reprogram(struct hrtimer_cpu_base *cpu_base, in __hrtimer_reprogram()
706 hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base, int skip_equal) in hrtimer_force_reprogram()
751 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
787 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
824 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
845 struct hrtimer_cpu_base *timer_cpu_base = base->cpu_base; in hrtimer_reprogram()
883 static bool update_needs_ipi(struct hrtimer_cpu_base *cpu_base, in update_needs_ipi()
961 struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases); in clock_was_set()
1125 struct hrtimer_cpu_base *cpu_base = base->cpu_base; in __remove_hrtimer()
1205 hrtimer_update_softirq_timer(struct hrtimer_cpu_base *cpu_base, bool reprogram) in hrtimer_update_softirq_timer()
1233 struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns()
1298 struct hrtimer_cpu_base *new_cpu_base = new_base->cpu_base; in __hrtimer_start_range_ns()
1389 static void hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base) in hrtimer_cpu_base_init_expiry_lock()
1394 static void hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base) in hrtimer_cpu_base_lock_expiry()
1400 static void hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base) in hrtimer_cpu_base_unlock_expiry()
1413 static void hrtimer_sync_wait_running(struct hrtimer_cpu_base *cpu_base, in hrtimer_sync_wait_running()
1480 hrtimer_cpu_base_init_expiry_lock(struct hrtimer_cpu_base *base) { } in hrtimer_cpu_base_init_expiry_lock()
1482 hrtimer_cpu_base_lock_expiry(struct hrtimer_cpu_base *base) { } in hrtimer_cpu_base_lock_expiry()
1484 hrtimer_cpu_base_unlock_expiry(struct hrtimer_cpu_base *base) { } in hrtimer_cpu_base_unlock_expiry()
1485 static inline void hrtimer_sync_wait_running(struct hrtimer_cpu_base *base, in hrtimer_sync_wait_running()
1540 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_get_next_event()
1563 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_next_event_without()
1609 struct hrtimer_cpu_base *cpu_base; in __hrtimer_init()
1758 static void __run_hrtimer(struct hrtimer_cpu_base *cpu_base, in __run_hrtimer()
1833 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now, in __hrtimer_run_queues()
1874 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_softirq()
1899 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_interrupt()
1994 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_queues()
2255 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in hrtimers_prepare_cpu()
2273 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_cpu_starting()
2322 struct hrtimer_cpu_base *old_base, *new_base; in hrtimers_cpu_dying()