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()
618 return __hrtimer_hres_active(this_cpu_ptr(&hrtimer_bases)); in hrtimer_hres_active()
712 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
728 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
776 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
1031 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer()
1315 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_get_next_event()
1338 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_next_event_without()
1393 cpu_base = raw_cpu_ptr(&hrtimer_bases); in __hrtimer_init()
1592 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_softirq()
1617 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_interrupt()
1730 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_queues()
1996 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in hrtimers_prepare_cpu()
2066 old_base = &per_cpu(hrtimer_bases, scpu); in hrtimers_dead_cpu()
2067 new_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_dead_cpu()