Searched refs:sync_hrtimer (Results 1 – 1 of 1) sorted by relevance
488 static struct hrtimer sync_hrtimer; variable507 hrtimer_start(&sync_hrtimer, exp, HRTIMER_MODE_ABS); in sched_sync_hw_clock()635 if (!ntp_synced() || hrtimer_is_queued(&sync_hrtimer)) in sync_hw_clock()668 hrtimer_cancel(&sync_hrtimer); in ntp_notify_cmos_timer()675 if (ntp_synced() && !hrtimer_is_queued(&sync_hrtimer)) in ntp_notify_cmos_timer()681 hrtimer_init(&sync_hrtimer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in ntp_init_cmos_sync()682 sync_hrtimer.function = sync_timer_callback; in ntp_init_cmos_sync()