Home
last modified time | relevance | path

Searched refs:cpu_base (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dhrtimer.c182 spin_lock_irqsave(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
186 spin_unlock_irqrestore(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
219 spin_unlock(&base->cpu_base->lock); in switch_hrtimer_base()
220 spin_lock(&new_base->cpu_base->lock); in switch_hrtimer_base()
233 spin_lock_irqsave(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
489 static void hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base) in hrtimer_force_reprogram() argument
492 struct hrtimer_clock_base *base = cpu_base->clock_base; in hrtimer_force_reprogram()
495 cpu_base->expires_next.tv64 = KTIME_MAX; in hrtimer_force_reprogram()
511 if (expires.tv64 < cpu_base->expires_next.tv64) in hrtimer_force_reprogram()
512 cpu_base->expires_next = expires; in hrtimer_force_reprogram()
[all …]
/kernel/time/
Dtimer_list.c87 spin_lock_irqsave(&base->cpu_base->lock, flags); in print_active_timers()
103 spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()
109 spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()
133 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu() local
140 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
144 (unsigned long long)(cpu_base->x)) in print_cpu()
147 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()