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

/freebsd-10.3-release/sys/kern/
H A Dkern_ntptime.c177 #define PPS_MAXWANDER 100000 /* max PPS wander (ns/s) */ macro
892 if (u_nsec > PPS_MAXWANDER) {
893 L_LINT(ftemp, PPS_MAXWANDER);
897 } else if (u_nsec < -PPS_MAXWANDER) {
898 L_LINT(ftemp, -PPS_MAXWANDER);

Completed in 33 milliseconds