Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c110 uint64_t hv_ns, vm_ns, rtt = 0; in vmbus_timesync() local
117 vm_ns = (vm_ts.tv_sec * NANOSEC) + vm_ts.tv_nsec; in vmbus_timesync()
125 (uintmax_t)hv_ns, (uintmax_t)vm_ns); in vmbus_timesync()
141 (uintmax_t)hv_ns, (uintmax_t)vm_ns); in vmbus_timesync()
144 if (hv_ns > vm_ns) in vmbus_timesync()
145 diff = hv_ns - vm_ns; in vmbus_timesync()
147 diff = vm_ns - hv_ns; in vmbus_timesync()
157 (uintmax_t)hv_ns, (uintmax_t)vm_ns); in vmbus_timesync()