Home
last modified time | relevance | path

Searched refs:backoff (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/bsd/unbound/dist/testdata/ratelimit.tdir/
H A Dratelimit.test101 echo "> Activating ratelimit-backoff"
102 echo "$PRE/unbound-control -c ub.conf set_option ratelimit-backoff: yes"
103 $PRE/unbound-control -c ub.conf set_option ratelimit-backoff: yes
110 echo "> Three parallel queries with backoff"
114 # backoff logic that keeps rolling the RATE_WINDOW based on demand.
147 echo "three parallel queries with backoff OK"
149 echo "Number of ratelimited queries not OK for three parallel queries with backoff"
153 echo "Number of ratelimited queries not OK for three parallel queries with backoff"
157 echo "> Three parallel queries after backoff RATE_WINDOW"
161 # is to check that the backoff logic does not insist on past (outside of
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.test45 echo "> Three parallel queries with backoff and cookie"
49 # none of them to be allowed through because of the backoff logic that keeps
93 echo "Three parallel queries with backoff and cookie OK"
95 echo "Three parallel queries with backoff and cookie NOT OK"
99 echo "Three parallel queries with backoff and cookie NOT OK"
112 echo "> Three parallel queries with backoff and cookie with ip-ratelimit-cookie"
155 echo "Three parallel queries with backoff and cookie with ip-ratelimit-cookie OK"
157 echo "Three parallel queries with backoff and cookie with ip-ratelimit-cookie NOT OK"
161 echo "Three parallel queries with backoff and cookie with ip-ratelimit-cookie NOT OK"
H A Dip_ratelimit.conf16 ip-ratelimit-backoff: yes
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc233 for (Backoff backoff; backoff.Do();) { in Lock() local
239 StatInc(cur_thread(), stat_type_, backoff.Contention()); in Lock()
263 for (Backoff backoff; backoff.Do();) { in ReadLock() local
267 StatInc(cur_thread(), stat_type_, backoff.Contention()); in ReadLock()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc235 for (Backoff backoff; backoff.Do();) { in Lock() local
241 StatInc(cur_thread(), stat_type_, backoff.Contention()); in Lock()
265 for (Backoff backoff; backoff.Do();) { in ReadLock() local
269 StatInc(cur_thread(), stat_type_, backoff.Contention()); in ReadLock()
/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Dinfra.h381 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo,
408 size_t namelen, time_t timenow, int backoff);
412 int infra_rate_max(void* data, time_t now, int backoff);
431 int has_cookie, int backoff, struct sldns_buffer* buffer);
H A Dinfra.c940 int infra_rate_max(void* data, time_t now, int backoff) in infra_rate_max() argument
945 if(backoff) { in infra_rate_max()
960 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, in infra_ratelimit_inc() argument
977 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc()
980 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc()
1027 size_t namelen, time_t timenow, int backoff) in infra_ratelimit_exceeded() argument
1043 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_exceeded()
1102 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument
1114 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc()
1117 max = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc()
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/
H A Dfwd_edns_bksec.dsc3 Description: Forward EDNS backoff for DNSSEC domain
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmap.c978 int backoff = NumChildren / 4; in timeout_mp() local
1023 if (!backoff) { in timeout_mp()
1042 mp->am_ttl = now + backoff + 1; in timeout_mp()
1057 backoff = 2; in timeout_mp()
/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd-disk.c193 uint32_t state, masnum, nextmas, round_num, timeout, backoff; in xfrd_read_state() local
225 !xfrd_read_i32(in, &backoff) || in xfrd_read_state()
261 zone->fresh_xfr_timeout = backoff*XFRD_TRANSFER_TIMEOUT_START; in xfrd_read_state()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dkrb5-hdb-mitdb.conf.in9 reconnect-backoff = 2s
H A Dkrb5-canon2.conf.in13 reconnect-backoff = 2s
H A Dkrb5-canon.conf.in16 reconnect-backoff = 2s
H A Dkrb5.conf.in12 reconnect-backoff = 2s
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_validation.h240 bool backoff);
H A Dvmwgfx_validation.c500 bool backoff) in vmw_validation_res_unreserve() argument
505 if (backoff) in vmw_validation_res_unreserve()
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_pj4b.S75 orr r0, r0, #(1 << 5) @ STREX backoff disable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_slave.c713 time_t backoff; in main() local
824 10, &backoff); in main()
1056 reconnect += backoff; in main()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTODO42 - xfrd NOTIFY timeouts exponential backoff.
59 - exponential backoff for retries xfrd and notify.
/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.h301 time_t backoff; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cs.c430 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument
450 } else if (backoff) { in radeon_cs_parser_fini()
/netbsd-src/external/intel-fw-public/iwl2030/dist/
H A DREADME.iwlwifi-2030-ucode26 radio control and high precision timing events (backoff, transmit,
/netbsd-src/external/intel-fw-public/iwl8000/dist/
H A DREADME.iwlwifi-8000-ucode26 radio control and high precision timing events (backoff, transmit,
/netbsd-src/external/intel-fw-public/iwl100/dist/
H A DREADME.iwlwifi-100-ucode26 radio control and high precision timing events (backoff, transmit,
/netbsd-src/external/intel-fw-public/iwl3160/dist/
H A DREADME.iwlwifi-3160-ucode26 radio control and high precision timing events (backoff, transmit,

123