| /freebsd/crypto/krb5/src/util/verto/ |
| H A D | ev_poll.c | 66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify() 67 polls [idx].fd = fd; in poll_modify() 70 assert (polls [idx].fd == fd); in poll_modify() 73 polls [idx].events = in poll_modify() 82 polls [idx] = polls [pollcnt]; in poll_modify() 83 pollidxs [polls [idx].fd] = idx; in poll_modify() 95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll() 108 for (p = polls; res; ++p) 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() [all …]
|
| H A D | ev_wrap.h | 74 #define polls ((loop)->polls) macro 173 #undef polls
|
| H A D | ev_vars.h | 95 VARx(struct pollfd *, polls)
|
| /freebsd/sys/net/ |
| H A D | debugnet_inet.c | 406 int error, polls, retries; in debugnet_arp_gw() local 414 for (polls = 0; polls < debugnet_npolls && in debugnet_arp_gw() 415 pcb->dp_state < DN_STATE_HAVE_GW_MAC; polls++) { in debugnet_arp_gw()
|
| H A D | debugnet.c | 266 int retries, polls, error; in debugnet_send() local 352 polls = 0; in debugnet_send() 354 if (polls++ > debugnet_npolls) { in debugnet_send()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_lock.cpp | 2221 std::atomic<kmp_uint64> *polls = lck->lk.polls; in __kmp_acquire_drdpa_lock_timed_template() local 2224 if (polls[ticket & mask] != ticket) in __kmp_acquire_drdpa_lock_timed_template() 2241 while (polls[ticket & mask] < ticket) { // atomic load in __kmp_acquire_drdpa_lock_timed_template() 2251 polls = lck->lk.polls; // atomic load in __kmp_acquire_drdpa_lock_timed_template() 2276 std::atomic<kmp_uint64> *old_polls = polls; in __kmp_acquire_drdpa_lock_timed_template() 2288 polls = (std::atomic<kmp_uint64> *)__kmp_allocate(num_polls * in __kmp_acquire_drdpa_lock_timed_template() 2289 sizeof(*polls)); in __kmp_acquire_drdpa_lock_timed_template() 2290 polls[0] = ticket; in __kmp_acquire_drdpa_lock_timed_template() 2309 polls = (std::atomic<kmp_uint64> *)__kmp_allocate(num_polls * in __kmp_acquire_drdpa_lock_timed_template() 2310 sizeof(*polls)); in __kmp_acquire_drdpa_lock_timed_template() [all …]
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_refclock.h | 70 u_int32 polls; /* transmit polls */ member 185 u_long polls; /* polls sent */ member
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_ulink.c | 551 pp->polls++; in ulink_poll() 554 pp->polls++; in ulink_poll()
|
| H A D | refclock_local.c | 169 pp->polls++; in local_poll()
|
| H A D | refclock_atom.c | 228 pp->polls++; in atom_poll()
|
| H A D | refclock_hopfpci.c | 203 pp->polls++; in hopfpci_poll()
|
| H A D | refclock_tpro.c | 154 pp->polls++; in tpro_poll()
|
| H A D | refclock_heath.c | 445 pp->polls++; in heath_poll()
|
| H A D | refclock_pcf.c | 196 pp->polls++; in pcf_poll()
|
| H A D | refclock_pst.c | 313 pp->polls++; in pst_poll()
|
| H A D | refclock_tt560.c | 189 pp->polls++; in tt560_poll()
|
| H A D | refclock_zyfer.c | 342 pp->polls++; in zyfer_poll()
|
| H A D | refclock_tsyncpci.c | 609 pp->polls++; in tsync_poll() 765 pp->polls++; in tsync_poll()
|
| H A D | refclock_gpsvme.c | 183 pp->polls++; in psc_poll()
|
| H A D | refclock_hopfser.c | 354 pp->polls++; in hopfserial_poll()
|
| H A D | refclock_as2201.c | 376 pp->polls++; in as2201_poll()
|
| H A D | refclock_fg.c | 189 * above. If nothing is heard from the clock for two polls, in fg_poll() 196 pp->polls++; in fg_poll()
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | arm-mhu.txt | 8 data has been read by the remote. This driver assumes the sender polls
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | brcm,sr-thermal.txt | 11 - polling-delay: Max number of milliseconds to wait between polls.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_socket_wait.pod | 37 For nonblocking and potentially even non-socket BIOs it polls
|