Searched refs:backoff (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/net/rxrpc/
H A Drtt.c102 * Calculate rto without backoff. This is the second half of Van Jacobson's
139 /* RFC6298: only reset backoff on valid RTT measurement. */
140 peer->backoff = 0;
176 u32 backoff = READ_ONCE(peer->backoff); local
179 timo_us <<= backoff; local
181 WRITE_ONCE(peer->backoff, backoff + 1);
193 peer->backoff = 0;
/linux-master/drivers/net/wireless/intel/iwlwifi/cfg/
H A 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
[all...]
H 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},
H 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},
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c364 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) argument
369 .data = { &backoff, },
372 backoff = max(backoff, mvm->thermal_throttle.min_backoff);
375 IWL_DEBUG_TEMP(mvm, "Set Thermal Tx backoff to: %u\n",
376 backoff);
377 mvm->thermal_throttle.tx_backoff = backoff;
379 IWL_ERR(mvm, "Failed to change Thermal Tx backoff\n");
439 params->tx_backoff[i].backoff);
469 {.temperature = 112, .backoff
[all...]
H A Dops.c686 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; local
689 if (!backoff)
694 while (backoff->pwr) {
695 if (dflt_pwr_limit >= backoff->pwr)
696 return backoff->backoff;
698 backoff++;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c89 mcast->backoff *= 2;
90 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS)
91 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS;
92 mcast->delay_until = jiffies + (mcast->backoff * HZ);
149 mcast->backoff = 1;
378 mcast->backoff = 1;
416 mcast->backoff >= 2) {
426 mcast->backoff = 1;
435 /* Requeue this join task with a backoff delay */
540 /* Requeue this join task with a backoff dela
[all...]
H A Dipoib.h170 unsigned long backoff; member in struct:ipoib_mcast
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h175 bool backoff);
H A Dvmwgfx_validation.c476 * @backoff: Whether this is a backoff- of a commit-type operation. This
480 bool backoff)
485 if (backoff)
479 vmw_validation_res_unreserve(struct vmw_validation_context *ctx, bool backoff) argument
/linux-master/net/ax25/
H A Dax25_subr.c218 * Exponential backoff for AX.25
224 switch (ax25->backoff) {
247 if (ax25->backoff == 0)
H A Daf_ax25.c479 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF];
513 ax25->backoff = AX25_DEF_BACKOFF;
639 ax25->backoff = opt;
758 val = ax25->backoff;
952 ax25->backoff = oax25->backoff;
/linux-master/net/ceph/
H A Ddebugfs.c327 struct ceph_osd_backoff *backoff = local
331 dump_spgid(s, &backoff->spgid);
332 seq_printf(s, "\t%llu\t", backoff->id);
333 dump_hoid(s, backoff->begin);
335 dump_hoid(s, backoff->end);
H A Dosd_client.c1756 * ceph_pg_mapping. Used to track OSD backoffs -- a backoff [range] is
1930 struct ceph_osd_backoff *backoff; local
1932 backoff = kzalloc(sizeof(*backoff), GFP_NOIO);
1933 if (!backoff)
1936 RB_CLEAR_NODE(&backoff->spg_node);
1937 RB_CLEAR_NODE(&backoff->id_node);
1938 return backoff;
1941 static void free_backoff(struct ceph_osd_backoff *backoff) argument
1943 WARN_ON(!RB_EMPTY_NODE(&backoff
1996 struct ceph_osd_backoff *backoff = local
2037 struct ceph_osd_backoff *backoff; local
4374 create_backoff_message( const struct ceph_osd_backoff *backoff, u32 map_epoch) argument
4415 struct ceph_osd_backoff *backoff; local
4475 struct ceph_osd_backoff *backoff; local
[all...]
/linux-master/arch/sparc/lib/
H A Dbitops.S10 #include <asm/backoff.h>
H A Datomic_64.S10 #include <asm/backoff.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h161 * Tx-backoff threshold
163 * @backoff: The tx-backoff in uSec
167 u32 backoff; member in struct:iwl_tt_tx_backoff
182 * @tx_backoff: Array of thresholds for tx-backoff , in ascending order.
186 * @support_tx_backoff: Support tx-backoff?
226 /* Tx-backoff power threshold
228 * @backoff: The tx-backoff in uSec
232 u32 backoff; member in struct:iwl_pwr_tx_backoff
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h69 u32 backoff; /* FEC + 0x0C8 */ member in struct:mpc52xx_fec
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dwlan.h191 u8 backoff:1; member in struct:ar9170_tx_hw_mac_control::__anon2000::__anon2001
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c1852 unsigned int backoff; local
1916 backoff = (unsigned int)(jiffies & 0x3);
1917 backoff *= DLM_DOMAIN_BACKOFF_MS;
1918 total_backoff += backoff;
1919 mlog(0, "backoff %d\n", backoff);
1920 msleep(backoff);
/linux-master/include/net/
H A Dax25.h148 #define AX25_DEF_BACKOFF 1 /* Linear backoff */
243 unsigned char condition, backoff; member in struct:ax25_cb
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_cs.c415 * @backoff: indicator to backoff the reservation
420 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) argument
440 } else if (backoff) {
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c40 "upper limit of port scan random backoff in msecs (default 500)");
57 unsigned long backoff = msecs_to_jiffies(zfcp_fc_port_scan_backoff()); local
59 adapter->next_port_scan = jiffies + interval + backoff;
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c1056 goto backoff;
1065 backoff:
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h585 backoff: 2, /* 49-48: backoff control */ member in struct:proto_error_reg

Completed in 364 milliseconds

12