Searched refs:retries_count (Results 1 – 1 of 1) sorted by relevance
279 uint16_t retries_count; member292 bo->retries_count = 0u; in backoff_context_init()308 if (bo->retries_count <= bo->max_retries) { in backoff_get_next()313 bo->retries_count++; in backoff_get_next()328 while (bo.retries_count <= bo.max_retries) { in aws_client_try_connect()