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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_zyfer.c95 int pollcnt; member in struct:zyferunit
171 up->pollcnt = 2;
311 up->pollcnt = 2;
338 if (!up->pollcnt)
341 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_oncore.c322 u_char pollcnt; member in struct:instance
766 instance->pollcnt = 2;
833 if (!instance->pollcnt)
836 instance->pollcnt--;
1888 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;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.c3178 u32 pollcnt; local
3185 pollcnt = 1300; /* 130 millisec */
3188 pollcnt = 5200; /* 520 millisec */
3191 pollcnt = 20000; /* 2 sec */
3194 pollcnt = 80000; /* 8 sec */
3197 pollcnt = 34000; /* 34 sec */
3204 pollcnt = 800; /* 80 millisec minimum */
3209 return (pollcnt * 11) / 10;

Completed in 85 milliseconds