Searched refs:retried (Results 1 – 5 of 5) sorted by relevance
128 * framework and retried in the future.160 * framework and retried in the future.
137 # retried up to 5 times when the command returns the keyword "busy".
257 The CAS operation is retried on core 2 with success.
1100 bool retried; in vlrureclaim() local1104 retried = false; in vlrureclaim()1201 if (done == 0 && !retried) { in vlrureclaim()1204 retried = true; in vlrureclaim()
2962 int retried = 0; in sctp_choose_boundall() local3216 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()