Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dhrtimer.c228 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local
233 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()
235 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
255 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
259 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
265 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
267 new_cpu_base = this_cpu_base; in switch_hrtimer_base()

Completed in 6 milliseconds