Searched refs:num_attempts_completed (Results 1 – 1 of 1) sorted by relevance
958 int num_attempts_completed; member1192 if (calld->num_attempts_completed == 0) { in pending_batches_add()1407 if (calld->num_attempts_completed == 1 || in do_retry()1502 ++calld->num_attempts_completed; in maybe_retry()1503 if (calld->num_attempts_completed >= retry_policy->max_attempts) { in maybe_retry()2203 (calld->num_attempts_completed > 0)))); in add_retriable_send_initial_metadata_op()2213 if (GPR_UNLIKELY(calld->num_attempts_completed > 0)) { in add_retriable_send_initial_metadata_op()2216 *retry_count_strings[calld->num_attempts_completed - 1]); in add_retriable_send_initial_metadata_op()2925 if (GPR_LIKELY(calld->num_attempts_completed == 0)) { in process_service_config_and_start_lb_pick_locked()