Searched refs:coderecv (Results 1 – 19 of 19) sorted by relevance
89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample()90 if (pp->coderecv == pp->codeproc) in clk_add_sample()92 pp->filter[pp->coderecv] = sv; in clk_add_sample()99 if (pp->coderecv == pp->codeproc) in clk_pop_sample()109 u_int retv = pp->coderecv - pp->codeproc; in clk_cnt_sample()122 pp->coderecv = (pp->coderecv + 1) & (MAXSTAGE - 1); in clk_add_sample()123 if (pp->coderecv == pp->codeproc) in clk_add_sample()125 pp->filter[pp->coderecv] = sv; in clk_add_sample()132 if (pp->coderecv == pp->codeproc) in clk_pop_sample()142 return (pp->coderecv - pp->codeproc) & (MAXSTAGE - 1); in clk_cnt_sample()[all …]
203 pp->filter[pp->coderecv]); in atom_timer()229 if (pp->codeproc == pp->coderecv) { in atom_poll()
137 int coderecv; /* number of time codes received */ member712 datum_pts->coderecv++; /* increment a counter */ in datum_pts_receive()
532 pp->coderecv = pp->codeproc; in wwvb_poll()538 if (pp->coderecv == pp->codeproc) { in wwvb_poll()
197 if (pp->coderecv == pp->codeproc) { in tpro_poll()
302 if (pp->coderecv == pp->codeproc) { in pst_poll()
433 if (pp->coderecv == pp->codeproc) { in heath_poll()
229 if (pp->coderecv == pp->codeproc) { in tt560_poll()
725 if (pp->coderecv != pp->codeproc) { in poll_primary()769 if (pp->coderecv != pp->codeproc) { in poll_secondary()891 if (pp->coderecv != pp->codeproc) { in timer_secondary()893 pp->coderecv = pp->codeproc; in timer_secondary()969 if (pp->coderecv == pp->codeproc) in add_clock_sample()
380 if (pp->coderecv == pp->codeproc) { in as2201_poll()
556 if (pp->coderecv == pp->codeproc) { in ulink_poll()
462 if (pp->coderecv == pp->codeproc) { in arb_poll()
362 else if (pp->coderecv != pp->codeproc) in jupiter_ticker()483 if (pp->coderecv != pp->codeproc) { in jupiter_poll()
592 } else if (pp->codeproc != pp->coderecv) { in nmea_timer()1116 if (pp->coderecv == pp->codeproc) { in nmea_poll()
340 if (pp->coderecv != pp->codeproc) { in shm_poll()
756 if (pp->coderecv == pp->codeproc) { in tsync_poll()
986 if (pp->coderecv == pp->codeproc) { in irig_poll()
3296 peer->procptr->coderecv = 0; in peer_clear()
162 u_int coderecv; /* put pointer */ member