Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c169 #define PPS_MAXWANDER 100000 /* max PPS wander (ns/s) */ macro
827 if (u_nsec > PPS_MAXWANDER) { in hardpps()
828 L_LINT(ftemp, PPS_MAXWANDER); in hardpps()
832 } else if (u_nsec < -PPS_MAXWANDER) { in hardpps()
833 L_LINT(ftemp, -PPS_MAXWANDER); in hardpps()