Home
last modified time | relevance | path

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

/arch/x86/xen/
Dtime.c197 static struct timespec next_sync; in xen_pvclock_gtod_notify() local
208 if (!was_set && timespec_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
223 next_sync = now; in xen_pvclock_gtod_notify()
224 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()