Searched refs:codeproc (Results 1 – 18 of 18) sorted by relevance
90 if (pp->coderecv == pp->codeproc) in clk_add_sample() 91 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE; in clk_add_sample() 99 if (pp->coderecv == pp->codeproc) in clk_pop_sample() 101 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE; in clk_pop_sample() 102 return pp->filter[pp->codeproc]; in clk_pop_sample() 109 u_int retv = pp->coderecv - pp->codeproc; in clk_cnt_sample() 123 if (pp->coderecv == pp->codeproc) in clk_add_sample() 124 pp->codeproc in clk_add_sample() [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()
433 if (pp->coderecv == pp->codeproc) { in heath_poll()
302 if (pp->coderecv == pp->codeproc) { in pst_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()
229 if (pp->coderecv == pp->codeproc) { in tt560_poll()
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()
3295 peer->procptr->codeproc = 0; in peer_clear()
163 u_int codeproc; /* get pointer */ member