Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_proto.c148 double sys_mindisp = MINDISPERSE; /* minimum distance (s) */ variable
2874 if (dtemp > sys_mindisp) in clock_update()
2877 sys_rootdisp = sys_mindisp; in clock_update()
3746 peers[0].synch = sys_mindisp; in clock_select()
3864 peer->stratum * sys_mindisp; in clock_select()
3885 osys_peer->offset)) < sys_mindisp) { in clock_select()
3887 sys_clockhop = sys_mindisp; in clock_select()
4043 if (dtemp < sys_mindisp) in root_distance()
4044 dtemp = sys_mindisp; in root_distance()
5334 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-12.1/contrib/ntp/include/
H A Dntpd.h231 extern double sys_mindisp;
/freebsd-12.1/contrib/ntp/
H A DChangeLog1882 * Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
H A DCommitLog106121 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
106125 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from
106129 Floor calculation of sys_rootdisp at sys_mindisp in clock_update (from