Home
last modified time | relevance | path

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

123

/freebsd/sys/net/
H A Ddebugnet_inet.c407 int error, polls, retries; in debugnet_arp_gw() local
415 for (polls = 0; polls < debugnet_npolls && in debugnet_arp_gw()
416 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()
2229 // Now spin-wait, but reload the polls pointer and mask, in case the in __kmp_acquire_drdpa_lock_timed_template()
2241 while (polls[ticket & mask] < ticket) { // atomic load in __kmp_acquire_drdpa_lock_timed_template()
2245 // Make certain that "mask" is read before "polls" !!! in __kmp_acquire_drdpa_lock_timed_template()
2248 // values, and we get the new value of mask and the old polls pointer, we 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()
2380 std::atomic<kmp_uint64> *polls = lck->lk.polls; __kmp_test_drdpa_lock() local
2425 std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load __kmp_release_drdpa_lock() local
[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()
H A Drefclock_true.c640 pp->polls++; in true_send()
949 pp->polls++; in true_poll()
H A Drefclock_dumbclock.c370 pp->polls++;
/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/internal/man3/
H A Dossl_cmp_mock_srv_new.pod58 ossl_cmp_mock_srv_set_pollCount() sets the number of polls before cert response.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod37 For nonblocking and potentially even non-socket BIOs it polls

123