/freebsd/sys/contrib/dev/iwlwifi/cfg/ |
H A D | 7000.c | 74 {.temperature = 112, .backoff = 300}, 75 {.temperature = 113, .backoff = 800}, 76 {.temperature = 114, .backoff = 1500}, 77 {.temperature = 115, .backoff = 3000}, 78 {.temperature = 116, .backoff = 5000}, 79 {.temperature = 117, .backoff = 10000}, 197 {.pwr = 1600, .backoff = 0}, 198 {.pwr = 1300, .backoff = 467}, 199 {.pwr = 900, .backoff = 1900}, 200 {.pwr = 800, .backoff = 2630}, [all …]
|
H A D | 8000.c | 67 {.temperature = 110, .backoff = 200}, 68 {.temperature = 111, .backoff = 600}, 69 {.temperature = 112, .backoff = 1200}, 70 {.temperature = 113, .backoff = 2000}, 71 {.temperature = 114, .backoff = 4000},
|
H A D | 9000.c | 63 {.temperature = 110, .backoff = 200}, 64 {.temperature = 111, .backoff = 600}, 65 {.temperature = 112, .backoff = 1200}, 66 {.temperature = 113, .backoff = 2000}, 67 {.temperature = 114, .backoff = 4000},
|
/freebsd/sys/contrib/ck/include/spinlock/ |
H A D | ticket.h | 125 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 D | cas.h | 92 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 D | fas.h | 93 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 D | dec.h | 106 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()
|
/freebsd/contrib/dma/ |
H A D | dma.c | 318 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()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tt.c | 366 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument 371 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 374 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 377 IWL_DEBUG_TEMP(mvm, "Set Thermal Tx backoff to: %u\n", in iwl_mvm_tt_tx_backoff() 378 backoff); in iwl_mvm_tt_tx_backoff() 379 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 381 IWL_ERR(mvm, "Failed to change Thermal Tx backoff\n"); in iwl_mvm_tt_tx_backoff() 441 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 471 {.temperature = 112, .backoff [all...] |
H A D | ops.c | 756 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_start_get_nvm() 759 if (!backoff) in iwl_mvm_start_get_nvm() 764 while (backoff->pwr) { in iwl_mvm_start_get_nvm() 765 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_start_get_nvm() 766 return backoff->backoff; in iwl_mvm_start_get_nvm() 768 backoff++; in iwl_mvm_start_get_nvm() 666 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; iwl_mvm_min_backoff() local
|
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.h | 397 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, 424 size_t namelen, time_t timenow, int backoff); 428 int infra_rate_max(void* data, time_t now, int backoff); 447 int has_cookie, int backoff, struct sldns_buffer* buffer);
|
H A D | infra.c | 1040 int infra_rate_max(void* data, time_t now, int backoff) in infra_rate_max() argument 1045 if(backoff) { in infra_rate_max() 1060 size_t namelen, time_t timenow, int backoff, struct query_info* qinfo, in infra_ratelimit_inc() argument 1077 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc() 1080 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc() 1127 size_t namelen, time_t timenow, int backoff) in infra_ratelimit_exceeded() argument 1143 max = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_exceeded() 1202 int has_cookie, int backoff, struct sldns_buffer* buffer) in infra_ip_ratelimit_inc() argument 1214 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc() 1217 max = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 92 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 D | ipoib.h | 190 unsigned long backoff; member
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 244 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 D | cc_cdg.c | 512 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()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 314 ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; in ck_hp_purge() local 319 ck_backoff_eb(&backoff); in ck_hp_purge()
|
/freebsd/usr.bin/login/ |
H A D | login.c | 159 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()
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-4 | 15 | 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 D | eeprom-5 | 16 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff | 102 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff | 180 | worldwide roaming $WWR | False detect backoff $falseDetectBackoff |
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-config.h | 198 * Tx-backoff threshold 200 * @backoff: The tx-backoff in uSec 204 u32 backoff; 219 * @tx_backoff: Array of thresholds for tx-backoff , in ascending order. 223 * @support_tx_backoff: Support tx-backoff? 263 /* Tx-backoff power threshold 265 * @backoff: The tx-backoff in uSec 269 u32 backoff; 205 u32 backoff; global() member 270 u32 backoff; global() member [all...] |
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ipropd_slave.c | 506 time_t backoff; in main() local 605 10, &backoff); in main() 731 reconnect += backoff; in main()
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.h | 301 time_t backoff; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 103 kmp_backoff_t backoff = __kmp_spin_backoff_params; in __kmp_acquire_tas_lock_timed_template() local 106 __kmp_spin_backoff(&backoff); in __kmp_acquire_tas_lock_timed_template() 109 __kmp_spin_backoff(&backoff); in __kmp_acquire_tas_lock_timed_template() 2645 // Runtime's default backoff parameters 2665 // Truncated binary exponential backoff function 2872 kmp_backoff_t backoff = __kmp_spin_backoff_params; in __kmp_acquire_rtm_spin_lock() local 2875 __kmp_spin_backoff(&backoff); in __kmp_acquire_rtm_spin_lock()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 3081 int backoff; member 3095 int max = infra_rate_max(d, a->now, a->backoff); in rate_list() 3113 int max = infra_rate_max(d, a->now, a->backoff); in ip_rate_list() 3131 a.backoff = worker->env.cfg->ratelimit_backoff; in do_ratelimit_list() 3150 a.backoff = worker->env.cfg->ip_ratelimit_backoff; in do_ip_ratelimit_list()
|