Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/xen/
H A Denlighten.c97 static struct timespec64 next_sync; in xen_pvclock_gtod_notify() local
111 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
126 next_sync = now; in xen_pvclock_gtod_notify()
127 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dtime.c93 static struct timespec64 next_sync; in xen_pvclock_gtod_notify() local
108 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
139 next_sync = now; in xen_pvclock_gtod_notify()
140 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()
/kernel/linux/linux-6.6/arch/arm/xen/
H A Denlighten.c103 static struct timespec64 next_sync; in xen_pvclock_gtod_notify() local
117 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
132 next_sync = now; in xen_pvclock_gtod_notify()
133 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dtime.c101 static struct timespec64 next_sync; in xen_pvclock_gtod_notify() local
116 if (!was_set && timespec64_compare(&now, &next_sync) < 0) in xen_pvclock_gtod_notify()
147 next_sync = now; in xen_pvclock_gtod_notify()
148 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()

Completed in 4 milliseconds