Home
last modified time | relevance | path

Searched refs:new_base (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/time/
Dhrtimer.c165 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base) in hrtimer_check_target() argument
170 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() local
221 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 …]
Dtimer.c785 struct tvec_base *base, *new_base; in __mod_timer() local
800 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() local
993 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() argument
1573 int cpu = new_base->cpu; in migrate_timer_list()
1580 internal_add_timer(new_base, timer); in migrate_timer_list()
[all …]
Dntp.c257 u64 new_base; in ntp_update_frequency() local
266 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()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c143 unsigned long new_base = PAGE_ALIGN(base); in read_obp_memory() local
145 size -= new_base - base; in read_obp_memory()
148 base = new_base; in read_obp_memory()