/linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
A D | 7000.c | 74 {.temperature = 112, .backoff = 300}, 75 {.temperature = 113, .backoff = 800}, 76 {.temperature = 114, .backoff = 1500}, 77 {.temperature = 115, .backoff = 3000}, 197 {.pwr = 1600, .backoff = 0}, 198 {.pwr = 1300, .backoff = 467}, 199 {.pwr = 900, .backoff = 1900}, 200 {.pwr = 800, .backoff = 2630}, 201 {.pwr = 700, .backoff = 3720}, 202 {.pwr = 600, .backoff = 5550}, [all …]
|
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},
|
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},
|
/linux/net/rxrpc/ |
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()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | tt.c | 364 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 367 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 371 backoff); in iwl_mvm_tt_tx_backoff() 372 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 434 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 464 {.temperature = 112, .backoff = 200}, 465 {.temperature = 113, .backoff = 600}, 466 {.temperature = 114, .backoff = 1200}, 467 {.temperature = 115, .backoff = 2000}, 468 {.temperature = 116, .backoff = 4000}, [all …]
|
A D | ops.c | 597 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local 600 if (!backoff) in iwl_mvm_min_backoff() 605 while (backoff->pwr) { in iwl_mvm_min_backoff() 606 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff() 607 return backoff->backoff; in iwl_mvm_min_backoff() 609 backoff++; in iwl_mvm_min_backoff()
|
/linux/drivers/infiniband/ulp/ipoib/ |
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() 614 if (mcast->backoff > 1 && in ipoib_mcast_join_task() 632 if (mcast->backoff == 1 || in ipoib_mcast_join_task()
|
/linux/net/ceph/ |
A D | osd_client.c | 1873 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff() 1874 if (!backoff) in alloc_backoff() 1879 return backoff; in alloc_backoff() 1889 kfree(backoff); in free_backoff() 1987 if (!backoff) in should_plug_request() 1992 backoff->spgid.pgid.seed, backoff->spgid.shard, backoff->id); in should_plug_request() 4317 if (!backoff) { in handle_backoff_block() 4322 backoff->id = m->id; in handle_backoff_block() 4325 backoff->end = m->end; in handle_backoff_block() 4366 if (!backoff) { in handle_backoff_unblock() [all …]
|
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()
|
/linux/net/ax25/ |
A D | ax25_subr.c | 224 switch (ax25->backoff) { in ax25_calculate_t1() 247 if (ax25->backoff == 0) in ax25_calculate_rtt()
|
A D | af_ax25.c | 456 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 490 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb() 616 ax25->backoff = opt; in ax25_setsockopt() 735 val = ax25->backoff; in ax25_getsockopt() 929 ax25->backoff = oax25->backoff; in ax25_make_new()
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-config.h | 163 u32 backoff; member 228 u32 backoff; member
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_validation.h | 238 bool backoff);
|
A D | vmwgfx_validation.c | 496 bool backoff) in vmw_validation_res_unreserve() argument 501 if (backoff) in vmw_validation_res_unreserve()
|
/linux/fs/ocfs2/dlm/ |
A D | dlmdomain.c | 1855 unsigned int backoff; in dlm_join_domain() local 1919 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1920 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1921 total_backoff += backoff; in dlm_join_domain() 1922 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1923 msleep(backoff); in dlm_join_domain()
|
/linux/Documentation/networking/ |
A D | tcp-thin.rst | 31 2) If the stream is thin, do not apply exponential backoff.
|
/linux/drivers/net/ethernet/freescale/ |
A D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | wlan.h | 191 u8 backoff:1; member
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_cs.c | 416 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument 436 } else if (backoff) { in radeon_cs_parser_fini()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-mce | 49 stops finding MCEs, it triggers an exponential backoff
|
/linux/include/net/ |
A D | ax25.h | 249 unsigned char condition, backoff; member
|
/linux/drivers/gpu/drm/ |
A D | drm_client_modeset.c | 1047 goto backoff; in drm_client_modeset_commit_atomic() 1056 backoff: in drm_client_modeset_commit_atomic()
|
/linux/arch/mips/include/asm/sn/sn0/ |
A D | hubmd.h | 585 backoff: 2, /* 49-48: backoff control */ member
|
/linux/drivers/s390/scsi/ |
A D | zfcp_fc.c | 57 unsigned long backoff = msecs_to_jiffies(zfcp_fc_port_scan_backoff()); in zfcp_fc_port_scan_time() local 59 adapter->next_port_scan = jiffies + interval + backoff; in zfcp_fc_port_scan_time()
|
/linux/Documentation/locking/ |
A D | ww-mutex-design.rst | 50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive 260 method #3 below. The backoff/retry procedure will be a bit more involved, since
|