Lines Matching full:retry
94 _ck_elide_fallback(int *retry, in _ck_elide_fallback() argument
101 if (*retry > 0) in _ck_elide_fallback()
110 *retry = c->retry_busy; in _ck_elide_fallback()
121 *retry = c->retry_conflict; in _ck_elide_fallback()
128 * path instead. If retry bit is not set, then take the hint. in _ck_elide_fallback()
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 > 0)); \
302 * Unlike the adaptive variant, this interface does not have any retry