new_cpu_base      224 kernel/time/hrtimer.c 	struct hrtimer_cpu_base *new_cpu_base, *this_cpu_base;
new_cpu_base      229 kernel/time/hrtimer.c 	new_cpu_base = get_target_base(this_cpu_base, pinned);
new_cpu_base      231 kernel/time/hrtimer.c 	new_base = &new_cpu_base->clock_base[basenum];
new_cpu_base      251 kernel/time/hrtimer.c 		if (new_cpu_base != this_cpu_base &&
new_cpu_base      255 kernel/time/hrtimer.c 			new_cpu_base = this_cpu_base;
new_cpu_base      261 kernel/time/hrtimer.c 		if (new_cpu_base != this_cpu_base &&
new_cpu_base      263 kernel/time/hrtimer.c 			new_cpu_base = this_cpu_base;