Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDrefclock_chu.c325 int ntstamp; /* number of timestamp samples */ member
1112 up->tstamp[up->ntstamp] = up->cstamp[i]; in chu_b()
1113 L_SUB(&up->tstamp[up->ntstamp], &offset); in chu_b()
1115 if (up->ntstamp < MAXSTAGE - 1) in chu_b()
1116 up->ntstamp++; in chu_b()
1216 up->tstamp[up->ntstamp] = up->cstamp[i]; in chu_a()
1217 L_SUB(&up->tstamp[up->ntstamp], &offset); in chu_a()
1219 if (up->ntstamp < MAXSTAGE - 1) in chu_a()
1220 up->ntstamp++; in chu_a()
1331 minset, up->gain, up->ident, dtemp, up->ntstamp); in chu_poll()
[all …]