Searched refs:pollcnt (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_zyfer.c94 int pollcnt; member in struct:zyferunit
170 up->pollcnt = 2;
294 up->pollcnt = 2;
321 if (!up->pollcnt)
324 up->pollcnt--;
H A Drefclock_hpgps.c117 int pollcnt; /* poll message counter */ member in struct:hpgpsunit
205 up->pollcnt = 2;
318 up->pollcnt = 2;
613 if (up->pollcnt == 0)
616 up->pollcnt--;
H A Drefclock_true.c175 unsigned int pollcnt; /* poll message counter */ member in struct:true_unit
311 up->pollcnt = 2;
393 up->pollcnt = 2;
943 if (up->pollcnt > 0) {
944 up->pollcnt--;
H A Drefclock_mx4200.c129 u_int pollcnt; /* poll message counter */ member in struct:mx4200unit
305 up->pollcnt = 2;
427 up->pollcnt = 2;
618 if (up->pollcnt > 0) {
619 up->pollcnt--;
703 up->pollcnt = 2;
H A Drefclock_jupiter.c111 u_int pollcnt; /* poll message counter */ member in struct:instance
297 instance->pollcnt = 2;
459 if (instance->pollcnt > 0) {
460 instance->pollcnt--;
555 instance->pollcnt = 2;
H A Drefclock_ripencc.c257 int pollcnt; /* poll message counter */ member in struct:ripencc_unit
526 up->pollcnt = 2;
802 if (up->pollcnt == 0)
805 up->pollcnt--;
1008 up->pollcnt = 2;
H A Drefclock_oncore.c321 u_char pollcnt; member in struct:instance
764 instance->pollcnt = 2;
831 if (!instance->pollcnt)
834 instance->pollcnt--;
1882 instance->pollcnt = 2;
/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe_common.c3057 u32 pollcnt; local
3064 pollcnt = 1300; /* 130 millisec */
3067 pollcnt = 5200; /* 520 millisec */
3070 pollcnt = 20000; /* 2 sec */
3073 pollcnt = 80000; /* 8 sec */
3076 pollcnt = 34000; /* 34 sec */
3083 pollcnt = 800; /* 80 millisec minimum */
3088 return (pollcnt * 11) / 10;

Completed in 213 milliseconds