Searched refs:MAXPHASE (Results 1 – 5 of 5) sorted by relevance
26 #define MAXPHASE 512000 /* max phase error (us) */ macro54 long time_maxerror = MAXPHASE; /* maximum error (us) */55 long time_esterror = MAXPHASE; /* estimated error (us) */80 timex.tv_usec = MAXPHASE; in main()
183 static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */184 static long time_esterror = MAXPHASE / 1000; /* estimated error (us) */370 offset = MIN(offset, MAXPHASE/1000); in ntp_adjtime1()371 offset = MAX(offset, -MAXPHASE/1000); in ntp_adjtime1()634 if (offset > MAXPHASE) in hardupdate()635 time_monitor = MAXPHASE; in hardupdate()636 else if (offset < -MAXPHASE) in hardupdate()637 time_monitor = -MAXPHASE; in hardupdate()
114 #define MAXPHASE 500000000L /* max phase error (ns) */ macro
159 #define MAXPHASE 512000L /* max phase error (us) */ macro
153 #define MAXPHASE 128000L /* max phase error (us) */ macro