Searched refs:codeproc (Results 1 – 18 of 18) sorted by relevance
89 if (pp->coderecv == pp->codeproc) in clk_add_sample()90 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE; in clk_add_sample()98 if (pp->coderecv == pp->codeproc) in clk_pop_sample()100 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE; in clk_pop_sample()101 return pp->filter[pp->codeproc]; in clk_pop_sample()122 if (pp->coderecv == pp->codeproc) in clk_add_sample()123 pp->codeproc = (pp->codeproc + 1) & (MAXSTAGE - 1); in clk_add_sample()133 pp->codeproc = (pp->codeproc + 1) & (MAXSTAGE - 1); in clk_pop_sample()134 return pp->filter[pp->codeproc]; in clk_pop_sample()476 pp->codeproc = (pp->codeproc + nd) % MAXSTAGE; in refclock_samples_expire()[all …]
532 pp->coderecv = pp->codeproc; in wwvb_poll()538 if (pp->coderecv == pp->codeproc) { in wwvb_poll()
229 if (pp->codeproc == pp->coderecv) { in atom_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()
706 if (pp->coderecv != pp->codeproc) { in poll_primary()750 if (pp->coderecv != pp->codeproc) { in poll_secondary()872 if (pp->coderecv != pp->codeproc) { in timer_secondary()874 pp->coderecv = pp->codeproc; in timer_secondary()950 if (pp->coderecv == pp->codeproc) in add_clock_sample()
229 if (pp->coderecv == pp->codeproc) { in tt560_poll()
379 if (pp->coderecv == pp->codeproc) { in as2201_poll()
556 if (pp->coderecv == pp->codeproc) { in ulink_poll()
464 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()
610 } else if (pp->codeproc != pp->coderecv) { in nmea_timer()1129 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()
3227 peer->procptr->codeproc = 0; in peer_clear()
163 u_int codeproc; /* get pointer */ member