Searched refs:new_cpu_base (Results 1 – 1 of 1) sorted by relevance
197 struct hrtimer_cpu_base *new_cpu_base, in hrtimer_suitable_target() argument206 if (new_cpu_base == this_cpu_base) in hrtimer_suitable_target()254 struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base; in switch_hrtimer_base() local259 new_cpu_base = get_target_base(this_cpu_base, pinned); in switch_hrtimer_base()261 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()281 if (!hrtimer_suitable_target(timer, new_base, new_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()1287 struct hrtimer_cpu_base *new_cpu_base = new_base->cpu_base; in __hrtimer_start_range_ns() local[all …]