next_sync          97 arch/arm/xen/enlighten.c 	static struct timespec64 next_sync;
next_sync         111 arch/arm/xen/enlighten.c 	if (!was_set && timespec64_compare(&now, &next_sync) < 0)
next_sync         126 arch/arm/xen/enlighten.c 	next_sync = now;
next_sync         127 arch/arm/xen/enlighten.c 	next_sync.tv_sec += 11 * 60;
next_sync          92 arch/x86/xen/time.c 	static struct timespec64 next_sync;
next_sync         107 arch/x86/xen/time.c 	if (!was_set && timespec64_compare(&now, &next_sync) < 0)
next_sync         138 arch/x86/xen/time.c 	next_sync = now;
next_sync         139 arch/x86/xen/time.c 	next_sync.tv_sec += 11 * 60;