Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c182 static long time_precision = 1; /* clock precision (ns) */ variable
393 ntv->precision = time_precision; in ntp_adjtime1()
395 ntv->precision = time_precision / 1000; in ntp_adjtime1()
/netbsd-src/external/bsd/ntp/dist/util/
H A Dkern.c53 long time_precision = 1000000 / HZ; /* clock precision (us) */ variable