Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/xen/
Dtime.c98 static bool settime64_supported = true; in xen_pvclock_gtod_notify() local
112 if (settime64_supported) { in xen_pvclock_gtod_notify()
127 if (ret == -ENOSYS && settime64_supported) { in xen_pvclock_gtod_notify()
128 settime64_supported = false; in xen_pvclock_gtod_notify()