Home | Sort by: relevance | last modified time | path |
/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; |