HomeSort by: relevance | last modified time | path
    Searched defs:vm_ts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hyperv/
hvtimesync.c 126 struct timespec vm_ts, hv_ts; local in function:do_timesync
134 nanotime(&vm_ts);
135 vm_ns = (vm_ts.tv_sec * NANOSECOND) + vm_ts.tv_nsec;
hvtimesync.c 126 struct timespec vm_ts, hv_ts; local in function:do_timesync
134 nanotime(&vm_ts);
135 vm_ns = (vm_ts.tv_sec * NANOSECOND) + vm_ts.tv_nsec;
hvtimesync.c 126 struct timespec vm_ts, hv_ts; local in function:do_timesync
134 nanotime(&vm_ts);
135 vm_ns = (vm_ts.tv_sec * NANOSECOND) + vm_ts.tv_nsec;

Completed in 33 milliseconds