Searched refs:polls (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/
H A Dser-tcp.c128 int polls = 0; local
152 polls++;
154 while (n == 0 && polls <= TIMEOUT * POLL_INTERVAL);
155 if (n < 0 || polls > TIMEOUT * POLL_INTERVAL)
157 if (polls > TIMEOUT * POLL_INTERVAL)
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dmaster.c73 int polls; local
93 polls = 0;
95 polls = POLLRATE-1;
116 polls = (polls + 1) % POLLRATE;
117 if (0 == polls && nignorednets > 0) {
125 polls = POLLRATE-1;
132 if (polls != 0)
327 polls = POLLRATE-1;
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_refclock.h70 u_int32 polls; /* transmit polls */ member in struct:refclockstat
185 u_long polls; /* polls sent */ member in struct:refclockproc
186 u_long noreply; /* no replies to polls */
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_local.c169 pp->polls++;
H A Drefclock_atom.c228 pp->polls++;
H A Drefclock_ulink.c551 pp->polls++;
554 pp->polls++;
H A Drefclock_heath.c445 pp->polls++;
H A Drefclock_hopfpci.c203 pp->polls++;
H A Drefclock_pcf.c196 pp->polls++;
H A Drefclock_pst.c313 pp->polls++;
H A Drefclock_tpro.c154 pp->polls++;
H A Drefclock_tt560.c189 pp->polls++;
H A Drefclock_arbiter.c455 pp->polls++;
H A Drefclock_as2201.c375 pp->polls++;
H A Drefclock_chronolog.c337 pp->polls++;
H A Drefclock_dumbclock.c376 pp->polls++;
H A Drefclock_fg.c189 * above. If nothing is heard from the clock for two polls,
196 pp->polls++;
H A Drefclock_gpsvme.c183 pp->polls++;
H A Drefclock_hopfser.c360 pp->polls++;
H A Drefclock_zyfer.c342 pp->polls++;
H A Drefclock_true.c646 pp->polls++;
955 pp->polls++;
H A Drefclock_tsyncpci.c609 pp->polls++;
765 pp->polls++;
H A Drefclock_hpgps.c608 * above. If nothing is heard from the clock for two polls,
621 pp->polls++;
/freebsd-12-stable/sys/netinet/netdump/
H A Dnetdump_client.c149 SYSCTL_INT(_net_netdump, OID_AUTO, polls, CTLFLAG_RWTUN,
341 int error, polls, retries; local
350 for (polls = 0; polls < nd_polls && have_gw_mac == 0; polls++) {
399 int retries, polls, error; local
479 polls = 0;
481 if (polls++ > nd_polls) {
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2236 std::atomic<kmp_uint64> *polls = lck->lk.polls; local
2239 if (polls[ticket & mask] != ticket)
2244 // Now spin-wait, but reload the polls pointer and mask, in case the
2254 while (polls[ticket & mask] < ticket) { // atomic load
2258 // Make certain that "mask" is read before "polls" !!!
2261 // values, and we get the new value of mask and the old polls pointer, we
2264 polls = lck->lk.polls; // atomic load
2289 std::atomic<kmp_uint64> *old_polls = polls;
2394 std::atomic<kmp_uint64> *polls = lck->lk.polls; local
2439 std::atomic<kmp_uint64> *polls = lck->lk.polls; // atomic load local
[all...]

Completed in 286 milliseconds

12