Searched refs:new_base (Results 1 – 2 of 2) sorted by relevance
109 timer_set_base(struct timer_list *timer, struct tvec_base *new_base) in timer_set_base() argument111 timer->base = (struct tvec_base *)((unsigned long)(new_base) | in timer_set_base()594 struct tvec_base *base, *new_base; in __mod_timer() local610 new_base = __get_cpu_var(tvec_bases); in __mod_timer()612 if (base != new_base) { in __mod_timer()624 base = new_base; in __mod_timer()1472 static void migrate_timer_list(struct tvec_base *new_base, struct list_head *head) in migrate_timer_list() argument1479 timer_set_base(timer, new_base); in migrate_timer_list()1480 internal_add_timer(new_base, timer); in migrate_timer_list()1487 struct tvec_base *new_base; in migrate_timers() local[all …]
198 struct hrtimer_clock_base *new_base; in switch_hrtimer_base() local202 new_base = &new_cpu_base->clock_base[base->index]; in switch_hrtimer_base()204 if (base != new_base) { in switch_hrtimer_base()220 spin_lock(&new_base->cpu_base->lock); in switch_hrtimer_base()221 timer->base = new_base; in switch_hrtimer_base()223 return new_base; in switch_hrtimer_base()904 struct hrtimer_clock_base *base, *new_base; in hrtimer_start_range_ns() local914 new_base = switch_hrtimer_base(timer, base); in hrtimer_start_range_ns()917 tim = ktime_add_safe(tim, new_base->get_time()); in hrtimer_start_range_ns()934 leftmost = enqueue_hrtimer(timer, new_base); in hrtimer_start_range_ns()[all …]