Home
last modified time | relevance | path

Searched refs:next_try (Results 1 – 9 of 9) sorted by relevance

/external/stressapptest/src/
Dfinelock_queue.cc335 uint64 next_try = 1; in GetRandomWithPredicateTag() local
339 uint64 index = (next_try + first_try) % q_size_; in GetRandomWithPredicateTag()
343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
344 while (next_try >= q_size_) { in GetRandomWithPredicateTag()
347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc204 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
205 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
219 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/external/wpa_supplicant_8/src/radius/
Dradius_client.c110 os_time_t next_try; member
481 entry->next_try = now + entry->next_wait; in radius_client_retransmit()
507 if (now.sec >= entry->next_try) { in radius_client_timer()
534 if (now.sec >= entry->next_try && in radius_client_timer()
556 if (first == 0 || entry->next_try < first) in radius_client_timer()
557 first = entry->next_try; in radius_client_timer()
650 if (first == 0 || entry->next_try < first) in radius_client_update_timeout()
651 first = entry->next_try; in radius_client_update_timeout()
695 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_client_list_add()
1127 entry->next_try = entry->first_try + RADIUS_CLIENT_FIRST_WAIT; in radius_change_server()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc217 grpc_millis next_try = r->backoff_.NextAttemptTime(); in OnResolvedLocked() local
218 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
234 grpc_timer_init(&r->next_resolution_timer_, next_try, in OnResolvedLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc345 grpc_millis next_try = r->backoff_.NextAttemptTime(); in OnResolvedLocked() local
346 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
361 grpc_timer_init(&r->next_resolution_timer_, next_try, in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc374 grpc_millis next_try = backoff_.NextAttemptTime(); in OnResolvedLocked() local
375 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in OnResolvedLocked()
390 grpc_timer_init(&next_resolution_timer_, next_try, &on_next_resolution_); in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc141 grpc_millis next_try = retry_backoff_.NextAttemptTime(); in StartRetryTimerLocked() local
144 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in StartRetryTimerLocked()
157 grpc_timer_init(&retry_timer_, next_try, &retry_timer_callback_); in StartRetryTimerLocked()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1415 grpc_millis next_try = lb_call_backoff_.NextAttemptTime(); in StartBalancerCallRetryTimerLocked() local
1418 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in StartBalancerCallRetryTimerLocked()
1435 grpc_timer_init(&lb_call_retry_timer_, next_try, &lb_on_call_retry_); in StartBalancerCallRetryTimerLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1520 grpc_millis next_try = lb_call_backoff_.NextAttemptTime(); in StartBalancerCallRetryTimerLocked() local
1523 grpc_millis timeout = next_try - ExecCtx::Get()->Now(); in StartBalancerCallRetryTimerLocked()
1538 grpc_timer_init(&lb_call_retry_timer_, next_try, &lb_on_call_retry_); in StartBalancerCallRetryTimerLocked()