Home
last modified time | relevance | path

Searched refs:retried (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodev_if.m128 * framework and retried in the future.
160 * framework and retried in the future.
/f-stack/freebsd/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib137 # retried up to 5 times when the command returns the keyword "busy".
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst257 The CAS operation is retried on core 2 with success.
/f-stack/freebsd/kern/
H A Dvfs_subr.c1100 bool retried; in vlrureclaim() local
1104 retried = false; in vlrureclaim()
1201 if (done == 0 && !retried) { in vlrureclaim()
1204 retried = true; in vlrureclaim()
/f-stack/freebsd/netinet/
H A Dsctp_output.c2962 int retried = 0; in sctp_choose_boundall() local
3216 if ((retried == 0) && (stcb->asoc.scope.ipv4_local_scope == 0)) { in sctp_choose_boundall()
3218 retried = 1; in sctp_choose_boundall()
3220 } else if (retried == 1) { in sctp_choose_boundall()
3228 if (retried == 1) { in sctp_choose_boundall()