Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c184 #define PPS_MAXWANDER 100000 /* max PPS wander (ns/s) */ macro
918 if (u_nsec > PPS_MAXWANDER) { in hardpps()
919 L_LINT(ftemp, PPS_MAXWANDER); in hardpps()
923 } else if (u_nsec < -PPS_MAXWANDER) { in hardpps()
924 L_LINT(ftemp, -PPS_MAXWANDER); in hardpps()