Lines Matching refs:hrtimer_bases

68 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
70 .lock = __RAW_SPIN_LOCK_UNLOCKED(hrtimer_bases.lock),
207 return &per_cpu(hrtimer_bases, get_nohz_timer_target()); in get_target_base()
232 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
652 return __hrtimer_hres_active(this_cpu_ptr(&hrtimer_bases)); in hrtimer_hres_active()
737 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
773 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
810 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
947 struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases); in clock_was_set()
964 cpu_base = &per_cpu(hrtimer_bases, cpu); in clock_was_set()
1152 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer()
1227 force_local = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns()
1481 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_get_next_event()
1504 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_next_event_without()
1559 cpu_base = raw_cpu_ptr(&hrtimer_bases); in __hrtimer_init()
1758 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_softirq()
1783 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_interrupt()
1896 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_queues()
2162 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in hrtimers_prepare_cpu()
2232 old_base = &per_cpu(hrtimer_bases, scpu); in hrtimers_dead_cpu()
2233 new_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_dead_cpu()