Searched refs:MAXSTAGE (Results 1 – 4 of 4) sorted by relevance
82 #if MAXSTAGE & (MAXSTAGE - 1)89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample()110 if (retv > MAXSTAGE) in clk_cnt_sample()111 retv += MAXSTAGE; in clk_cnt_sample()440 # if MAXSTAGE & (MAXSTAGE - 1) in refclock_samples_avail()443 if (na > MAXSTAGE) in refclock_samples_avail()444 na += MAXSTAGE; in refclock_samples_avail()470 # if MAXSTAGE & (MAXSTAGE - 1) in refclock_samples_expire()473 if (na > MAXSTAGE) in refclock_samples_expire()474 na += MAXSTAGE; in refclock_samples_expire()[all …]
332 l_fp tstamp[MAXSTAGE]; /* timestamp samples */1271 if (up->ntstamp < MAXSTAGE - 1) in chu_a()
133 #define MAXSTAGE 64 /* max median filter stages */ macro169 double filter[MAXSTAGE]; /* median filter */
114 to use most recent MAXSTAGE entries when the filter overflows (ie115 driver poking say once per second with poll > MAXSTAGE) rather116 than blocking after MAXSTAGE entries (turf oldest rather than turf