Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c156 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */
157 long time_esterror = MAXPHASE / 1000; /* estimated error (us) */
708 if (offset > MAXPHASE)
709 time_monitor = MAXPHASE;
710 else if (offset < -MAXPHASE)
711 time_monitor = -MAXPHASE;
/f-stack/freebsd/sys/
H A Dtimex.h54 #define MAXPHASE 500000000L /* max phase error (ns) */ macro