Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/libntp/
HDsystime.c174 struct timespec ts_lam; /* lamport fictional increment */ in get_systime() local
208 ts_lam = sub_tspec(ts_min, ts); in get_systime()
209 if (ts_lam.tv_sec > 0 && !lamport_violated) { in get_systime()
212 ts_lam.tv_sec + in get_systime()
213 1e-9 * ts_lam.tv_nsec); in get_systime()