Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dhrtimer.c217 struct hrtimer_cpu_base *new_cpu_base, in hrtimer_suitable_target() argument
226 if (new_cpu_base == this_cpu_base) in hrtimer_suitable_target()
273 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local
278 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()
280 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
299 if (!hrtimer_suitable_target(timer, new_base, new_cpu_base, this_cpu_base)) { in switch_hrtimer_base()
302 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
308 if (!hrtimer_suitable_target(timer, new_base, new_cpu_base, this_cpu_base)) { in switch_hrtimer_base()
309 new_cpu_base = this_cpu_base; in switch_hrtimer_base()