Home
last modified time | relevance | path

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

12

/src/sys/contrib/dev/iwlwifi/cfg/
H A D7000.c75 {.temperature = 112, .backoff = 300},
76 {.temperature = 113, .backoff = 800},
77 {.temperature = 114, .backoff = 1500},
78 {.temperature = 115, .backoff = 3000},
79 {.temperature = 116, .backoff = 5000},
80 {.temperature = 117, .backoff = 10000},
170 {.pwr = 1600, .backoff = 0},
171 {.pwr = 1300, .backoff = 467},
172 {.pwr = 900, .backoff = 1900},
173 {.pwr = 800, .backoff = 2630},
[all …]
H A Drf-jf.c46 {.temperature = 110, .backoff = 200},
47 {.temperature = 111, .backoff = 600},
48 {.temperature = 112, .backoff = 1200},
49 {.temperature = 113, .backoff = 2000},
50 {.temperature = 114, .backoff = 4000},
H A D8000.c64 {.temperature = 110, .backoff = 200},
65 {.temperature = 111, .backoff = 600},
66 {.temperature = 112, .backoff = 1200},
67 {.temperature = 113, .backoff = 2000},
68 {.temperature = 114, .backoff = 4000},
/src/sys/contrib/ck/include/spinlock/
H A Dticket.h125 ck_backoff_t backoff; in ck_spinlock_ticket_lock_pb() local
139 backoff = (request - position) & CK_SPINLOCK_TICKET_MASK; in ck_spinlock_ticket_lock_pb()
140 backoff <<= c; in ck_spinlock_ticket_lock_pb()
141 ck_backoff_eb(&backoff); in ck_spinlock_ticket_lock_pb()
244 ck_backoff_t backoff; in ck_spinlock_ticket_lock_pb() local
254 backoff = request - position; in ck_spinlock_ticket_lock_pb()
255 backoff <<= c; in ck_spinlock_ticket_lock_pb()
263 ck_backoff_eb(&backoff); in ck_spinlock_ticket_lock_pb()
H A Dcas.h92 ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; in ck_spinlock_cas_lock_eb() local
95 ck_backoff_eb(&backoff); in ck_spinlock_cas_lock_eb()
H A Dfas.h93 ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; in ck_spinlock_fas_lock_eb() local
96 ck_backoff_eb(&backoff); in ck_spinlock_fas_lock_eb()
H A Ddec.h106 ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; in ck_spinlock_dec_lock_eb() local
115 ck_backoff_eb(&backoff); in ck_spinlock_dec_lock_eb()
/src/contrib/dma/
H A Ddma.c318 unsigned int backoff = MIN_RETRY, slept; in deliver() local
350 for (slept = 0; slept < backoff;) { in deliver()
353 backoff = MIN_RETRY; in deliver()
357 if (slept >= backoff) { in deliver()
359 backoff = backoff + backoff / 2 + random() % backoff; in deliver()
360 if (backoff > MAX_RETRY) in deliver()
361 backoff = MAX_RETRY; in deliver()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c369 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument
374 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff()
377 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
381 backoff); in iwl_mvm_tt_tx_backoff()
382 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
444 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler()
474 {.temperature = 112, .backoff = 200},
475 {.temperature = 113, .backoff = 600},
476 {.temperature = 114, .backoff = 1200},
477 {.temperature = 115, .backoff = 2000},
[all …]
H A Dops.c765 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local
768 if (!backoff) in iwl_mvm_min_backoff()
773 while (backoff->pwr) { in iwl_mvm_min_backoff()
774 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff()
775 return backoff->backoff; in iwl_mvm_min_backoff()
777 backoff++; in iwl_mvm_min_backoff()
/src/contrib/unbound/services/cache/
H A Dinfra.h410 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo,
437 size_t namelen, time_t timenow, int backoff);
441 int infra_rate_max(void* data, time_t now, int backoff);
460 int has_cookie, int backoff, struct sldns_buffer* buffer);
H A Dinfra.c1079 int infra_rate_max(void* data, time_t now, int backoff) in infra_rate_max() argument
1084 if(backoff) { in infra_rate_max()
1099 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, in infra_ratelimit_inc() argument
1116 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc()
1119 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc()
1167 size_t namelen, time_t timenow, int backoff) in infra_ratelimit_exceeded() argument
1183 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_exceeded()
1242 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument
1254 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc()
1257 max = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc()
/src/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c92 mcast->backoff = 1; in ipoib_mcast_alloc()
359 mcast->backoff = 1; in ipoib_mcast_join_complete()
386 mcast->backoff *= 2; in ipoib_mcast_join_complete()
387 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS) in ipoib_mcast_join_complete()
388 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS; in ipoib_mcast_join_complete()
397 mcast->backoff * HZ); in ipoib_mcast_join_complete()
458 mcast->backoff *= 2; in ipoib_mcast_join()
459 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS) in ipoib_mcast_join()
460 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS; in ipoib_mcast_join()
466 mcast->backoff * HZ); in ipoib_mcast_join()
H A Dipoib.h190 unsigned long backoff; member
/src/sys/netinet/cc/
H A Dcc_chd.c244 int backoff, new_measurement, qdly, rtt; in chd_ack_received() local
249 backoff = qdly = 0; in chd_ack_received()
268 backoff = should_backoff(qdly, in chd_ack_received()
277 if (backoff) { in chd_ack_received()
H A Dcc_cdg.c512 int backoff, idx; in prob_backoff() local
515 backoff = (qtrend > ((MAXGRAD * V_cdg_exp_backoff_scale) << D_P_E)); in prob_backoff()
517 if (!backoff) { in prob_backoff()
526 backoff = (prng32() < p); in prob_backoff()
529 return (backoff); in prob_backoff()
/src/crypto/openssl/test/helpers/
H A Dnoisydgrambio.c34 int backoff; member
59 data->backoff = (int)num; in noisy_dgram_ctrl()
395 if (data->backoff) { in noisy_dgram_recvmmsg()
410 data->backoff--; in noisy_dgram_recvmmsg()
/src/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c24 bool backoff; member
182 if (!data->backoff && in iwl_trans_determine_restart_mode()
190 if (!data->backoff) { in iwl_trans_determine_restart_mode()
191 data->backoff = true; in iwl_trans_determine_restart_mode()
194 data->backoff = false; in iwl_trans_determine_restart_mode()
H A Diwl-config.h300 u32 backoff; member
365 u32 backoff; member
/src/sys/contrib/ck/src/
H A Dck_hp.c314 ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; in ck_hp_purge() local
319 ck_backoff_eb(&backoff); in ck_hp_purge()
/src/usr.bin/login/
H A Dlogin.c159 int retries, backoff; in main() local
264 backoff = login_getcapnum(lc, "login-backoff", in main()
365 if (++cnt > backoff) { in main()
370 sleep((u_int)((cnt - backoff) * 5)); in main()
/src/tools/tools/ath/athprom/
H A Deeprom-415 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
88 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
153 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
H A Deeprom-516 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
102 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
180 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
/src/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c506 time_t backoff; in main() local
605 10, &backoff); in main()
731 reconnect += backoff; in main()
/src/contrib/unbound/services/
H A Dauthzone.h304 time_t backoff; member

12