Searched refs:retry (Results 1 - 25 of 389) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/random/
H A Ddarn.c69 int retry; local
71 for (retry = RETRY_COUNT; retry > 0; --retry) {
87 return (retry);
H A Divy.c72 int retry; local
86 retry = RETRY_COUNT;
90 "jc 2f\n\t" /* CF is set on success, exit retry loop */
91 "dec %0\n\t" /* otherwise, retry-- */
94 : "+r" (retry), "=r" (rndval) : : "cc");
95 if (retry == 0)
106 int retry; local
108 retry = RETRY_COUNT;
112 "jc 2f\n\t" /* CF is set on success, exit retry loop */
113 "dec %0\n\t" /* otherwise, retry
[all...]
/freebsd-current/usr.sbin/rrenumd/
H A Drrenumd.h56 extern u_int retry;
/freebsd-current/crypto/openssl/test/
H A Drdrand_sanitytest.c34 int retry; local
35 for (retry = 0; retry < max_retries; retry++) {
89 * multiplied by the 8x retry loop in asm, and failure probabilities are
/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c310 sc->retry = 100000 / ((KBDD_DELAYTIME * 2) + read_delay);
312 sc->retry = 5000;
432 int retry; local
436 retry = kbdc->retry;
447 if (--retry < 0)
460 int retry; local
464 retry = kbdc->retry * 2;
468 if (--retry <
479 int retry; local
506 int retry; local
535 int retry; local
562 int retry; local
635 int retry = KBD_MAXRETRY; local
652 int retry = KBD_MAXRETRY; local
679 int retry; local
708 int retry; local
976 int retry = KBD_MAXRETRY; local
1014 int retry = KBD_MAXRETRY; local
1062 int retry = KBD_MAXRETRY; local
1090 int retry = KBD_MAXRETRY; local
1116 int retry = KBD_MAXRETRY; local
[all...]
/freebsd-current/sys/contrib/ck/include/
H A Dck_elide.h94 _ck_elide_fallback(int *retry, argument
101 if (*retry > 0)
110 *retry = c->retry_busy;
121 *retry = c->retry_conflict;
128 * path instead. If retry bit is not set, then take the hint.
150 int retry; \
157 retry = c->retry_conflict; \
167 hint = _ck_elide_fallback(&retry, st, c, status); \
172 while (--retry != 0) { \
184 } while (CK_CC_LIKELY(--retry >
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_concurrent_shares.ksh107 for retry in $(seq 1 10); do
110 log_note "Wait $retry / 10 for is_shared $mntp (set sharenfs)"
112 if [[ $retry -eq 10 ]]; then
136 for retry in $(seq 1 10); do
139 log_note "Wait $retry / 10 for is_shared $mntp (zfs share)"
141 if [[ $retry -eq 10 ]]; then
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_trace.h56 __field(u8, retry)
67 __entry->retry = stat->retry;
73 " rate:%04x retry:%d",
76 __entry->rate, __entry->retry
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_config_changed.ksh164 for retry in $(seq 1 5); do
166 log_note "Retry $retry / 5 for test_add_vdevs()"
180 for retry in $(seq 1 5); do
182 log_note "Retry $retry / 5 for test_attach_vdev()"
195 for retry in $(seq 1 5); do
197 log_note "Retry $retry / 5 for test_detach_vdev()"
213 for retry in $(seq 1 5); do
216 log_note "Retry $retry / 5 for test_attach_detach_vdev()"
230 for retry in $(seq 1 5); do
233 log_note "Retry $retry /
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c133 retry:
140 goto retry;
147 goto retry;
195 retry:
208 goto retry;
212 goto retry;
251 retry:
258 goto retry;
295 retry:
306 goto retry;
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dhtmintrin.h150 /* Helper intrinsics to retry tbegin in case of transient failure. */
176 #define __builtin_tbegin_retry(tdb, retry) \
178 __builtin_tbegin_retry_null(retry) : \
179 __builtin_tbegin_retry_tdb(tdb, retry))
205 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
207 __builtin_tbegin_retry_nofloat_null(retry) : \
208 __builtin_tbegin_retry_nofloat_tdb(tdb, retry))
/freebsd-current/contrib/ntp/libntp/
H A Dntp_intres.c122 int retry; member in struct:blocking_gai_req_tag
134 int retry; member in struct:blocking_gai_resp_tag
148 int retry; member in struct:blocking_gni_req_tag
161 int retry; member in struct:blocking_gni_resp_tag
233 int retry,
272 gai_req->retry = retry;
350 gai_resp->retry = gai_req->retry;
368 * retry sleep
229 getaddrinfo_sometime_ex( const char * node, const char * service, const struct addrinfo * hints, int retry, gai_sometime_callback callback, void * context, u_int qflags ) argument
453 getaddrinfo_sometime( const char * node, const char * service, const struct addrinfo * hints, int retry, gai_sometime_callback callback, void * context ) argument
1056 int retry; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_024_pos.ksh81 typeset retry=10
96 while [[ $k -lt $retry ]]; do
100 [ $k -eq $retry ] && return 1
/freebsd-current/sys/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c78 retry:
98 goto retry;
149 retry:
170 goto retry;
H A Dkcf_mac.c94 retry:
114 goto retry;
200 retry:
224 goto retry;
/freebsd-current/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c76 int pam_err, retry; local
96 for (retry = 0; retry < 3; ++retry) {
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c96 int i, retry; local
122 retry = 1000;
129 retry--;
130 if (retry <= 0) {
/freebsd-current/crypto/openssh/
H A Dgroupaccess.c53 int i, j, retry = 0; local
66 if (retry++ > 0)
/freebsd-current/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_downstream_cookies.conf14 outbound-msg-retry: 0
H A Dstat_values_cachedb.conf16 outbound-msg-retry: 0
/freebsd-current/sbin/fsck_ffs/
H A Dutilities.c67 retry:
92 goto retry;
/freebsd-current/libexec/rc/rc.d/
H A Dlocal_unbound108 local retry=5
112 if [ $((retry -= 1)) -eq 0 ] ; then
/freebsd-current/usr.sbin/ppp/
H A Dauth.h47 int retry; member in struct:authinfo
/freebsd-current/sys/dev/cxgb/sys/
H A Duipc_mvec.c61 retry:
81 goto retry;
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_upnp_event.c52 unsigned int retry; /* which retry */ member in struct:wps_event_
60 * Leaves data, retry count etc. alone.
128 e->retry++;
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry);
131 if (e->retry >= dl_list_len(&s->addr_list)) {
290 if (itry++ == e->retry)
292 if (itry < e->retry)

Completed in 312 milliseconds

1234567891011>>