Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c148 double sys_mindisp = MINDISPERSE; /* minimum distance (s) */ variable
2861 if (dtemp > sys_mindisp) in clock_update()
2864 sys_rootdisp = sys_mindisp; in clock_update()
3751 peers[0].synch = sys_mindisp; in clock_select()
3872 peer->stratum * sys_mindisp; in clock_select()
3893 osys_peer->offset)) < sys_mindisp) { in clock_select()
3895 sys_clockhop = sys_mindisp; in clock_select()
4050 if (dtemp < sys_mindisp) in root_distance()
4051 dtemp = sys_mindisp; in root_distance()
5341 sys_mindisp = dvalue; in proto_config()
H A Dntp_refclock.c699 if (cal_enable && fabs(last_offset) < sys_mindisp && sys_peer != in refclock_receive()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h231 extern double sys_mindisp;
/freebsd-13.1/contrib/ntp/
H A DChangeLog1911 * Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
H A DCommitLog106834 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
106838 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
106842 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from