Home
last modified time | relevance | path

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

/arch/x86/xen/
Dtime.c97 static bool settime64_supported = true; in xen_pvclock_gtod_notify() local
111 if (settime64_supported) { in xen_pvclock_gtod_notify()
126 if (ret == -ENOSYS && settime64_supported) { in xen_pvclock_gtod_notify()
127 settime64_supported = false; in xen_pvclock_gtod_notify()