Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dhrtimer.c224 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local
228 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
229 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()
251 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
255 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
261 if (new_cpu_base != this_cpu_base && in switch_hrtimer_base()
263 new_cpu_base = this_cpu_base; in switch_hrtimer_base()