Lines Matching refs:this_cpu_base
198 struct hrtimer_cpu_base *this_cpu_base) in hrtimer_suitable_target() argument
206 if (new_cpu_base == this_cpu_base) in hrtimer_suitable_target()
215 if (!hrtimer_base_is_online(this_cpu_base)) in hrtimer_suitable_target()
254 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local
258 this_cpu_base = this_cpu_ptr(&hrtimer_bases); in switch_hrtimer_base()
259 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()
282 this_cpu_base)) { in switch_hrtimer_base()
285 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
291 if (!hrtimer_suitable_target(timer, new_base, new_cpu_base, this_cpu_base)) { in switch_hrtimer_base()
292 new_cpu_base = this_cpu_base; in switch_hrtimer_base()
1222 struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns() local
1234 force_local = base->cpu_base == this_cpu_base; in __hrtimer_start_range_ns()
1241 force_local &= this_cpu_base->online; in __hrtimer_start_range_ns()
1278 if (hrtimer_base_is_online(this_cpu_base)) in __hrtimer_start_range_ns()