Lines Matching refs:hrtimer_bases

72 DEFINE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases) =
74 .lock = __RAW_SPIN_LOCK_UNLOCKED(hrtimer_bases.lock),
220 return &per_cpu(hrtimer_bases, cpu); in get_target_base()
225 return &per_cpu(hrtimer_bases, get_nohz_timer_target()); in get_target_base()
250 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
732 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in hrtimer_switch_to_hres()
768 struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases); in retrigger_next_event()
805 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_reprogram()
942 struct hrtimer_cpu_base *cpu_base = raw_cpu_ptr(&hrtimer_bases); in clock_was_set()
959 cpu_base = &per_cpu(hrtimer_bases, cpu); in clock_was_set()
1150 reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in remove_hrtimer()
1214 struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns()
1519 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_get_next_event()
1542 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_next_event_without()
1626 cpu_base = raw_cpu_ptr(&hrtimer_bases); in __hrtimer_setup()
1850 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_softirq()
1875 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_interrupt()
1970 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimer_run_queues()
2230 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in hrtimers_prepare_cpu()
2248 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_cpu_starting()
2299 old_base = this_cpu_ptr(&hrtimer_bases); in hrtimers_cpu_dying()
2300 new_base = &per_cpu(hrtimer_bases, ncpu); in hrtimers_cpu_dying()