Searched refs:hv_ts (Results 1 – 1 of 1) sorted by relevance
120 struct timespec hv_ts; in vmbus_timesync() local127 hv_ts.tv_sec = hv_ns / NANOSEC; in vmbus_timesync()128 hv_ts.tv_nsec = hv_ns % NANOSEC; in vmbus_timesync()129 kern_clock_settime(curthread, CLOCK_REALTIME, &hv_ts); in vmbus_timesync()152 struct timespec hv_ts; in vmbus_timesync() local159 hv_ts.tv_sec = hv_ns / NANOSEC; in vmbus_timesync()160 hv_ts.tv_nsec = hv_ns % NANOSEC; in vmbus_timesync()161 kern_clock_settime(curthread, CLOCK_REALTIME, &hv_ts); in vmbus_timesync()