Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/crypto/krb5/src/util/verto/
H A Dev_poll.c66 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 Dev_wrap.h74 #define polls ((loop)->polls) macro
173 #undef polls
H A Dev_vars.h95 VARx(struct pollfd *, polls)
/freebsd/sys/net/
H A Ddebugnet_inet.c406 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 Ddebugnet.c266 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 Dkmp_lock.cpp2221 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 Dntp_refclock.h70 u_int32 polls; /* transmit polls */ member
185 u_long polls; /* polls sent */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ulink.c551 pp->polls++; in ulink_poll()
554 pp->polls++; in ulink_poll()
H A Drefclock_local.c169 pp->polls++; in local_poll()
H A Drefclock_atom.c228 pp->polls++; in atom_poll()
H A Drefclock_hopfpci.c203 pp->polls++; in hopfpci_poll()
H A Drefclock_tpro.c154 pp->polls++; in tpro_poll()
H A Drefclock_heath.c445 pp->polls++; in heath_poll()
H A Drefclock_pcf.c196 pp->polls++; in pcf_poll()
H A Drefclock_pst.c313 pp->polls++; in pst_poll()
H A Drefclock_tt560.c189 pp->polls++; in tt560_poll()
H A Drefclock_zyfer.c342 pp->polls++; in zyfer_poll()
H A Drefclock_tsyncpci.c609 pp->polls++; in tsync_poll()
765 pp->polls++; in tsync_poll()
H A Drefclock_gpsvme.c183 pp->polls++; in psc_poll()
H A Drefclock_hopfser.c354 pp->polls++; in hopfserial_poll()
H A Drefclock_as2201.c376 pp->polls++; in as2201_poll()
H A Drefclock_fg.c189 * 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 Darm-mhu.txt8 data has been read by the remote. This driver assumes the sender polls
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod37 For nonblocking and potentially even non-socket BIOs it polls

123