Home
last modified time | relevance | path

Searched refs:pollcnt (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dev_poll.c65 pollidxs [fd] = idx = pollcnt++; in poll_modify()
66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
80 if (expect_true (idx < --pollcnt)) in poll_modify()
82 polls [idx] = polls [pollcnt]; in poll_modify()
95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
110 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
137 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
H A Dev_wrap.h70 #define pollcnt ((loop)->pollcnt) macro
169 #undef pollcnt
H A Dev_vars.h97 VARx(int, pollcnt)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_zyfer.c95 int pollcnt; member
171 up->pollcnt = 2; in zyfer_start()
311 up->pollcnt = 2; in zyfer_receive()
338 if (!up->pollcnt) in zyfer_poll()
341 up->pollcnt--; in zyfer_poll()
H A Drefclock_hpgps.c117 int pollcnt; /* poll message counter */ member
205 up->pollcnt = 2; in hpgps_start()
318 up->pollcnt = 2; in hpgps_receive()
613 if (up->pollcnt == 0) in hpgps_poll()
616 up->pollcnt--; in hpgps_poll()
H A Drefclock_true.c169 unsigned int pollcnt; /* poll message counter */ member
305 up->pollcnt = 2; in true_start()
387 up->pollcnt = 2; in true_receive()
937 if (up->pollcnt > 0) { in true_poll()
938 up->pollcnt--; in true_poll()
H A Drefclock_mx4200.c129 u_int pollcnt; /* poll message counter */ member
305 up->pollcnt = 2; in mx4200_config()
427 up->pollcnt = 2; in mx4200_config()
618 if (up->pollcnt > 0) { in mx4200_poll()
619 up->pollcnt--; in mx4200_poll()
703 up->pollcnt = 2; in mx4200_receive()
H A Drefclock_oncore.c322 u_char pollcnt; member
766 instance->pollcnt = 2; in oncore_start()
833 if (!instance->pollcnt) in oncore_poll()
836 instance->pollcnt--; in oncore_poll()
1890 instance->pollcnt = 2; in oncore_get_timestamp()
H A Drefclock_ripencc.c257 int pollcnt; /* poll message counter */ member
526 up->pollcnt = 2; in ripencc_start()
802 if (up->pollcnt == 0) in ripencc_poll()
805 up->pollcnt--; in ripencc_poll()
1008 up->pollcnt = 2; in ripencc_receive()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c3185 u32 pollcnt; in ixgbe_pcie_timeout_poll() local
3192 pollcnt = 1300; /* 130 millisec */ in ixgbe_pcie_timeout_poll()
3195 pollcnt = 5200; /* 520 millisec */ in ixgbe_pcie_timeout_poll()
3198 pollcnt = 20000; /* 2 sec */ in ixgbe_pcie_timeout_poll()
3201 pollcnt = 80000; /* 8 sec */ in ixgbe_pcie_timeout_poll()
3204 pollcnt = 34000; /* 34 sec */ in ixgbe_pcie_timeout_poll()
3211 pollcnt = 800; /* 80 millisec minimum */ in ixgbe_pcie_timeout_poll()
3216 return (pollcnt * 11) / 10; in ixgbe_pcie_timeout_poll()