Searched refs:vm_ts (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dvmbus_timesync.c115 struct timespec vm_ts; local
122 nanotime(&vm_ts);
123 vm_ns = (vm_ts.tv_sec * NANOSEC) + vm_ts.tv_nsec;
H A Dhv_snapshot.c710 struct timespec vm_ts; local
733 nanotime(&vm_ts);
734 reqp->vss_req.opt_msg.msgid = (vm_ts.tv_sec * NANOSEC) + vm_ts.tv_nsec;

Completed in 108 milliseconds