/freebsd/sys/net/ |
H A D | debugnet_inet.c | 407 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 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() 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 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()
|
H A D | refclock_true.c | 640 pp->polls++; in true_send() 949 pp->polls++; in true_poll()
|
H A D | refclock_dumbclock.c | 370 pp->polls++;
|
/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/internal/man3/ |
H A D | ossl_cmp_mock_srv_new.pod | 58 ossl_cmp_mock_srv_set_pollCount() sets the number of polls before cert response.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_socket_wait.pod | 37 For nonblocking and potentially even non-socket BIOs it polls
|