Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dhypervic.c443 uint64_t tns; in hv_timesync() local
471 tns = (msg->ic_hvtime - 116444736000000000LL) * 100; in hv_timesync()
472 host.tv_sec = tns / 1000000000LL; in hv_timesync()
473 host.tv_nsec = tns % 1000000000LL; in hv_timesync()