Searched refs:cpu_base (Results 1 – 3 of 3) sorted by relevance
627 cpu_base->next_timer = cpu_base->softirq_next_timer; in hrtimer_update_next_event()682 if (!hrtimer_hres_active(cpu_base) || cpu_base->hang_detected) in __hrtimer_reprogram()703 __hrtimer_reprogram(cpu_base, cpu_base->next_timer, expires_next); in hrtimer_force_reprogram()853 if (base->cpu_base != cpu_base) in hrtimer_reprogram()863 if (cpu_base->in_hrtirq) in hrtimer_reprogram()1113 struct hrtimer_cpu_base *cpu_base = base->cpu_base; in __remove_hrtimer() local1865 cpu_base->nr_events++; in hrtimer_interrupt()1929 cpu_base->nr_hangs++; in hrtimer_interrupt()2220 clock_b->cpu_base = cpu_base; in hrtimers_prepare_cpu()2225 cpu_base->cpu = cpu; in hrtimers_prepare_cpu()[all …]
73 raw_spin_lock_irqsave(&base->cpu_base->lock, flags); in print_active_timers()89 raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()95 raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()117 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu() local123 print_base(m, cpu_base->clock_base + i, now); in print_cpu()127 (unsigned long long)(cpu_base->x)) in print_cpu()130 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()
71 bc->bound_on = bctimer.base->cpu_base->cpu; in bc_set_next()
Completed in 61 milliseconds