Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c188 #define PPS_MAXWANDER 100000 /* max PPS wander (ns/s) */ macro
879 if (u_nsec > PPS_MAXWANDER) { in hardpps()
880 L_LINT(ftemp, PPS_MAXWANDER); in hardpps()
884 } else if (u_nsec < -PPS_MAXWANDER) { in hardpps()
885 L_LINT(ftemp, -PPS_MAXWANDER); in hardpps()