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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c216 #define DWELL 5 /* minutes in a dwell */
343 int dwell; /* dwell cycle */ member in struct:chuunit
1542 * dwells in each cycle. During the first dwell the radio is
1572 * Start the next dwell. If the first dwell or no stations have
1575 up->dwell = (up->dwell + 1) % DWELL;
1576 if (up->dwell == 0 || metric == 0) {
1586 /* Retune the radio at each dwell i
[all...]

Completed in 127 milliseconds