/openbmc/linux/drivers/net/wireless/intel/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},
|
/openbmc/linux/net/rxrpc/ |
H A D | rtt.c | 140 peer->backoff = 0; in rxrpc_ack_update_rtt() 176 u8 backoff = READ_ONCE(peer->backoff); in rxrpc_get_rto_backoff() local 179 timo_j <<= backoff; in rxrpc_get_rto_backoff() 181 WRITE_ONCE(peer->backoff, backoff + 1); in rxrpc_get_rto_backoff() 193 peer->backoff = 0; in rxrpc_peer_init_rtt()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tt.c | 364 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument 369 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 372 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 376 backoff); in iwl_mvm_tt_tx_backoff() 377 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 439 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 469 {.temperature = 112, .backoff = 200}, 470 {.temperature = 113, .backoff = 600}, 471 {.temperature = 114, .backoff = 1200}, 472 {.temperature = 115, .backoff = 2000}, [all …]
|
H A D | ops.c | 650 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local 653 if (!backoff) in iwl_mvm_min_backoff() 658 while (backoff->pwr) { in iwl_mvm_min_backoff() 659 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff() 660 return backoff->backoff; in iwl_mvm_min_backoff() 662 backoff++; in iwl_mvm_min_backoff()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 89 mcast->backoff *= 2; in __ipoib_mcast_schedule_join_thread() 90 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS) in __ipoib_mcast_schedule_join_thread() 91 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS; in __ipoib_mcast_schedule_join_thread() 92 mcast->delay_until = jiffies + (mcast->backoff * HZ); in __ipoib_mcast_schedule_join_thread() 149 mcast->backoff = 1; in ipoib_mcast_alloc() 379 mcast->backoff = 1; in ipoib_mcast_join_complete() 417 mcast->backoff >= 2) { in ipoib_mcast_join_complete() 427 mcast->backoff = 1; in ipoib_mcast_join_complete() 611 if (mcast->backoff > 1 && in ipoib_mcast_join_task() 629 if (mcast->backoff == 1 || in ipoib_mcast_join_task()
|
/openbmc/linux/net/ceph/ |
H A D | osd_client.c | 1932 struct ceph_osd_backoff *backoff; in alloc_backoff() local 1934 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff() 1935 if (!backoff) in alloc_backoff() 1938 RB_CLEAR_NODE(&backoff->spg_node); in alloc_backoff() 1939 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff() 1940 return backoff; in alloc_backoff() 1943 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() argument 1945 WARN_ON(!RB_EMPTY_NODE(&backoff->spg_node)); in free_backoff() 1946 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff() 1948 free_hoid(backoff->begin); in free_backoff() [all …]
|
H A D | debugfs.c | 327 struct ceph_osd_backoff *backoff = in dump_backoffs() local 331 dump_spgid(s, &backoff->spgid); in dump_backoffs() 332 seq_printf(s, "\t%llu\t", backoff->id); in dump_backoffs() 333 dump_hoid(s, backoff->begin); in dump_backoffs() 335 dump_hoid(s, backoff->end); in dump_backoffs()
|
/openbmc/linux/net/ax25/ |
H A D | ax25_subr.c | 224 switch (ax25->backoff) { in ax25_calculate_t1() 247 if (ax25->backoff == 0) in ax25_calculate_rtt()
|
H A D | af_ax25.c | 479 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 513 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb() 639 ax25->backoff = opt; in ax25_setsockopt() 769 val = ax25->backoff; in ax25_getsockopt() 963 ax25->backoff = oax25->backoff; in ax25_make_new()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.h | 175 bool backoff);
|
H A D | vmwgfx_validation.c | 480 bool backoff) in vmw_validation_res_unreserve() argument 485 if (backoff) in vmw_validation_res_unreserve()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 166 u32 backoff; member 231 u32 backoff; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | 0001-xxhash-bump-to-v2.1.2.patch | 126 github.com/cenkalti/backoff/v4 v4.1.1 // indirect 154 github.com/cenkalti/backoff/v4 v4.1.1 // indirect 182 github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
/openbmc/linux/Documentation/networking/ |
H A D | tcp-thin.rst | 31 2) If the stream is thin, do not apply exponential backoff.
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 1852 unsigned int backoff; in dlm_join_domain() local 1916 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1917 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1918 total_backoff += backoff; in dlm_join_domain() 1919 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1920 msleep(backoff); in dlm_join_domain()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | wlan.h | 191 u8 backoff:1; member
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-mce | 49 stops finding MCEs, it triggers an exponential backoff
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | minio_git.bb | 105 github.com/lestrrat-go/backoff/v2:github.com/lestrrat-go/backoff/v2 \
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cs.c | 420 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument 440 } else if (backoff) { in radeon_cs_parser_fini()
|
/openbmc/linux/include/net/ |
H A D | ax25.h | 244 unsigned char condition, backoff; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/ |
H A D | modules.txt | 125 # github.com/lestrrat-go/backoff/v2 v2.0.8
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 1061 goto backoff; in drm_client_modeset_commit_atomic() 1070 backoff: in drm_client_modeset_commit_atomic()
|