Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/intel/iwlwifi/cfg/
A D7000.c74 {.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 D8000.c67 {.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 D9000.c63 {.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 Drtt.c140 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 Dtt.c364 .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 Dops.c597 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 Dipoib_multicast.c89 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 Dosd_client.c1873 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 Ddebugfs.c327 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 Dax25_subr.c224 switch (ax25->backoff) { in ax25_calculate_t1()
247 if (ax25->backoff == 0) in ax25_calculate_rtt()
A Daf_ax25.c456 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 Diwl-config.h163 u32 backoff; member
228 u32 backoff; member
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_validation.h238 bool backoff);
A Dvmwgfx_validation.c496 bool backoff) in vmw_validation_res_unreserve() argument
501 if (backoff) in vmw_validation_res_unreserve()
/linux/fs/ocfs2/dlm/
A Ddlmdomain.c1855 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 Dtcp-thin.rst31 2) If the stream is thin, do not apply exponential backoff.
/linux/drivers/net/ethernet/freescale/
A Dfec_mpc52xx.h69 u32 backoff; /* FEC + 0x0C8 */ member
/linux/drivers/net/wireless/ath/carl9170/
A Dwlan.h191 u8 backoff:1; member
/linux/drivers/gpu/drm/radeon/
A Dradeon_cs.c416 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 Dsysfs-mce49 stops finding MCEs, it triggers an exponential backoff
/linux/include/net/
A Dax25.h249 unsigned char condition, backoff; member
/linux/drivers/gpu/drm/
A Ddrm_client_modeset.c1047 goto backoff; in drm_client_modeset_commit_atomic()
1056 backoff: in drm_client_modeset_commit_atomic()
/linux/arch/mips/include/asm/sn/sn0/
A Dhubmd.h585 backoff: 2, /* 49-48: backoff control */ member
/linux/drivers/s390/scsi/
A Dzfcp_fc.c57 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 Dww-mutex-design.rst50 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

Completed in 55 milliseconds

12