Searched refs:retries (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dappletalk.h224 short retries; /* Maximum number of retries */ member in struct:at_retry
H A Dasp_proto.c410 Retry.retries = 3;
727 sd->def_retries = (retry->retries == -1) ?
728 ATP_INFINITE_RETRIES : retry->retries;
807 retry.retries = -1;
2024 sd->def_retries = (scb->cmd_retry.retries == -1) ?
2025 ATP_INFINITE_RETRIES : scb->cmd_retry.retries;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c354 int retries = 0; local
381 } while (kr == MIG_SERVER_DIED && retries++ < MACH_MAX_TRIES);
H A Dnfs_gss.c1145 int retries = 0; local
1153 /* For an "intr" mount allow a signal to interrupt the retries */
1168 retries++;
1170 if (NMFLAG(nmp, SOFT) && (retries > nmp->nm_retry)) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c690 int retries = 0; local
784 if (retries == 0) {
785 retries++;
H A Dvfs_subr.c3719 uint32_t retries = 0, max_retries = 100; /* retry incase of tablefull */ local
3875 * after our target number of retries, than log a complaint
3877 if (++retries <= max_retries) {
3904 * (with fewer retries before trying another kill).
3907 retries = 0;
8620 * This is a best effort attempt and no retries are performed here.

Completed in 50 milliseconds