Searched refs:tns (Results 1 – 1 of 1) sorted by relevance
443 uint64_t tns; in hv_timesync() local471 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()