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

/freebsd-11.0-release/sys/kern/
H A Dkern_ntptime.c201 #define PPS_MAXWANDER 100000 /* max PPS wander (ns/s) */ macro
914 if (u_nsec > PPS_MAXWANDER) {
915 L_LINT(ftemp, PPS_MAXWANDER);
919 } else if (u_nsec < -PPS_MAXWANDER) {
920 L_LINT(ftemp, -PPS_MAXWANDER);

Completed in 179 milliseconds