Searched refs:pollcnt (Results 1 – 11 of 11) sorted by relevance
| /src/crypto/krb5/src/util/verto/ |
| H A D | ev_poll.c | 65 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 D | ev_wrap.h | 70 #define pollcnt ((loop)->pollcnt) macro 169 #undef pollcnt
|
| H A D | ev_vars.h | 97 VARx(int, pollcnt)
|
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_zyfer.c | 95 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 D | refclock_hpgps.c | 117 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 D | refclock_true.c | 169 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 D | refclock_mx4200.c | 129 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 D | refclock_oncore.c | 322 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 D | refclock_ripencc.c | 257 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()
|
| /src/sys/dev/ixgbe/ |
| H A D | ixgbe_common.c | 3185 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()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 407 uint pollcnt; /* Count of active polls */ member 3196 sdcnt->pollcnt, sdcnt->regfails, in brcmf_debugfs_sdio_count_read() 3700 bus->sdcnt.pollcnt++; in brcmf_sdio_bus_watchdog()
|