Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_clockcalib.c43 uint64_t t0, t1, tadj, tlast; in clockcalib() local
99 tadj = 0; in clockcalib()
107 while (t1 + tadj < tlast) in clockcalib()
108 tadj += (uint64_t)tc->tc_counter_mask + 1; in clockcalib()
109 tlast = t1 + tadj; in clockcalib()
110 t1 += tadj - t0; in clockcalib()