Searched refs:sync_hrtimer (Results 1 – 1 of 1) sorted by relevance
500 static struct hrtimer sync_hrtimer; variable519 hrtimer_start(&sync_hrtimer, exp, HRTIMER_MODE_ABS); in sched_sync_hw_clock()638 if (!ntp_synced() || hrtimer_is_queued(&sync_hrtimer)) in sync_hw_clock()670 if (ntp_synced() && !hrtimer_is_queued(&sync_hrtimer)) in ntp_notify_cmos_timer()676 hrtimer_init(&sync_hrtimer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in ntp_init_cmos_sync()677 sync_hrtimer.function = sync_timer_callback; in ntp_init_cmos_sync()