Lines Matching defs:resyncing
154 can minimise drift by resyncing more often (at the cost of
227 possible, even while resyncing, etc. We rely, in this case, on the
498 int resyncing; /* Resync in progress if true. */
521 already resyncing (eg from a sync that started just before
522 midnight), start resyncing and set this value negative to
748 up->resyncing = 0; /* Not resyncing yet. */
895 If the command buffer is empty, and we are resyncing, insert a
898 if((up->resyncing) && (space_left(up) == CMDQUEUELEN)) {
1094 } else if( /* (r == '2') && */ up->resyncing) {
1108 up->resyncing = 0; /* Resync is over. */
1533 (!up->resyncing)) { /* No resync in progress yet. */
1547 /* Note that we are resyncing... */
1548 up->resyncing = 1;