Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/cfg/
D7000.c74 {.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 …]
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},
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-6.1.9/net/rxrpc/
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-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c364 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 …]
Dops.c618 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local
621 if (!backoff) in iwl_mvm_min_backoff()
626 while (backoff->pwr) { in iwl_mvm_min_backoff()
627 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff()
628 return backoff->backoff; in iwl_mvm_min_backoff()
630 backoff++; in iwl_mvm_min_backoff()
/linux-6.1.9/drivers/infiniband/ulp/ipoib/
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-6.1.9/net/ceph/
Dosd_client.c1850 struct ceph_osd_backoff *backoff; in alloc_backoff() local
1852 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
1853 if (!backoff) in alloc_backoff()
1856 RB_CLEAR_NODE(&backoff->spg_node); in alloc_backoff()
1857 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff()
1858 return backoff; in alloc_backoff()
1861 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() argument
1863 WARN_ON(!RB_EMPTY_NODE(&backoff->spg_node)); in free_backoff()
1864 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff()
1866 free_hoid(backoff->begin); in free_backoff()
[all …]
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-6.1.9/net/ax25/
Dax25_subr.c224 switch (ax25->backoff) { in ax25_calculate_t1()
247 if (ax25->backoff == 0) in ax25_calculate_rtt()
Daf_ax25.c479 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()
758 val = ax25->backoff; in ax25_getsockopt()
952 ax25->backoff = oax25->backoff; in ax25_make_new()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.h179 bool backoff);
Dvmwgfx_validation.c492 bool backoff) in vmw_validation_res_unreserve() argument
497 if (backoff) in vmw_validation_res_unreserve()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-config.h167 u32 backoff; member
232 u32 backoff; member
/linux-6.1.9/Documentation/networking/
Dtcp-thin.rst31 2) If the stream is thin, do not apply exponential backoff.
/linux-6.1.9/fs/ocfs2/dlm/
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-6.1.9/drivers/net/ethernet/freescale/
Dfec_mpc52xx.h69 u32 backoff; /* FEC + 0x0C8 */ member
/linux-6.1.9/drivers/net/wireless/ath/carl9170/
Dwlan.h191 u8 backoff:1; member
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-mce49 stops finding MCEs, it triggers an exponential backoff
/linux-6.1.9/include/net/
Dax25.h243 unsigned char condition, backoff; member
/linux-6.1.9/drivers/gpu/drm/radeon/
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-6.1.9/arch/mips/include/asm/sn/sn0/
Dhubmd.h585 backoff: 2, /* 49-48: backoff control */ member
/linux-6.1.9/drivers/gpu/drm/
Ddrm_client_modeset.c1053 goto backoff; in drm_client_modeset_commit_atomic()
1062 backoff: in drm_client_modeset_commit_atomic()
/linux-6.1.9/drivers/s390/scsi/
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-6.1.9/Documentation/locking/
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

12