Home
last modified time | relevance | path

Searched defs:backoff (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/genload/
Dgenload.c475 long backoff = global_backoff * forks; in hogcpu() local
551 long backoff = global_backoff * forks; in hogio() local
627 long backoff = global_backoff * forks; in hogvm() local
750 long backoff = global_backoff * forks; in hoghdd() local
Dstress.c475 long backoff = global_backoff * forks; in hogcpu() local
551 long backoff = global_backoff * forks; in hogio() local
627 long backoff = global_backoff * forks; in hogvm() local
750 long backoff = global_backoff * forks; in hoghdd() local
/third_party/nghttp2/src/
Dshrpx_connect_blocker.cc91 auto backoff = in on_failure() local
Dshrpx_live_check.cc183 auto backoff = in schedule() local
Dshrpx_connection_handler.cc867 auto backoff = base_backoff + dist(gen_); in on_tls_ticket_key_network_error() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMutexLock.hpp89 int backoff = 1; in lock() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dpolicy.json7 "backoff": [1000, 2000, 3000, 4000, 5000], array
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metrics-proxy/
Dmetrics-proxy-policy.json7 "backoff": [1000,2000,3000,5000,10000], array
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dpolicy.json1 {"release":"01234567","product":"myproduct","schema-version":1,"retry": [{"default": {"backoff": [1… array
/third_party/python/Include/internal/
Dpycore_code.h509 adaptive_counter_bits(int value, int backoff) { in adaptive_counter_bits()
522 unsigned int backoff = counter & ((1<<ADAPTIVE_BACKOFF_BITS)-1); in adaptive_counter_backoff() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.json7 "backoff": [1000, 2000, 3000, 5000, 10000], array