Searched defs:new_base (Results 1 - 3 of 3) sorted by relevance

/kernel/time/
H A Dntp.c254 u64 new_base; local
263 new_base = div_u64(second_length, NTP_INTERVAL_FREQ);
269 tick_length += new_base - tick_length_base;
270 tick_length_base = new_base;
H A Dhrtimer.c178 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) argument
183 if (!new_base->cpu_base->hres_active)
186 expires = ktime_sub(hrtimer_get_expires(timer), new_base->offset);
187 return expires.tv64 <= new_base->cpu_base->expires_next.tv64;
200 struct hrtimer_clock_base *new_base; local
208 new_base = &new_cpu_base->clock_base[basenum];
210 if (base != new_base) {
212 * We are trying to move timer to new_base.
226 raw_spin_lock(&new_base->cpu_base->lock);
228 if (cpu != this_cpu && hrtimer_check_target(timer, new_base)) {
923 struct hrtimer_clock_base *base, *new_base; local
1639 migrate_hrtimer_list(struct hrtimer_clock_base *old_base, struct hrtimer_clock_base *new_base) argument
1674 struct hrtimer_cpu_base *old_base, *new_base; local
[all...]
H A Dtimer.c114 timer_set_base(struct timer_list *timer, struct tvec_base *new_base) argument
118 timer->base = (struct tvec_base *)((unsigned long)(new_base) | flags);
765 struct tvec_base *base, *new_base; local
781 new_base = per_cpu(tvec_bases, cpu);
783 if (base != new_base) {
795 base = new_base;
1595 static void migrate_timer_list(struct tvec_base *new_base, struct list_head *head) argument
1603 timer_set_base(timer, new_base);
1604 internal_add_timer(new_base, timer);
1611 struct tvec_base *new_base; local
[all...]

Completed in 52 milliseconds