Searched refs:new_base (Results 1 – 4 of 4) sorted by relevance
165 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target() argument170 if (!new_base->cpu_base->hres_active) in hrtimer_check_target()173 expires = ktime_sub(hrtimer_get_expires(timer), new_base->offset); in hrtimer_check_target()174 return expires.tv64 <= new_base->cpu_base->expires_next.tv64; in hrtimer_check_target()215 struct hrtimer_clock_base *new_base; in switch_hrtimer_base() local221 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()223 if (base != new_base) { in switch_hrtimer_base()239 raw_spin_lock(&new_base->cpu_base->lock); in switch_hrtimer_base()242 hrtimer_check_target(timer, new_base)) { in switch_hrtimer_base()243 raw_spin_unlock(&new_base->cpu_base->lock); in switch_hrtimer_base()[all …]
785 struct tvec_base *base, *new_base; in __mod_timer() local800 new_base = get_target_base(base, pinned); in __mod_timer()802 if (base != new_base) { in __mod_timer()815 base = new_base; in __mod_timer()980 struct tvec_base *new_base = per_cpu_ptr(&tvec_bases, cpu); in add_timer_on() local993 if (base != new_base) { in add_timer_on()997 base = new_base; in add_timer_on()1570 static void migrate_timer_list(struct tvec_base *new_base, struct hlist_head *head) in migrate_timer_list() argument1573 int cpu = new_base->cpu; in migrate_timer_list()1580 internal_add_timer(new_base, timer); in migrate_timer_list()[all …]
257 u64 new_base; in ntp_update_frequency() local266 new_base = div_u64(second_length, NTP_INTERVAL_FREQ); in ntp_update_frequency()272 tick_length += new_base - tick_length_base; in ntp_update_frequency()273 tick_length_base = new_base; in ntp_update_frequency()
143 unsigned long new_base = PAGE_ALIGN(base); in read_obp_memory() local145 size -= new_base - base; in read_obp_memory()148 base = new_base; in read_obp_memory()