Searched refs:backoff (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/net/ax25/
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/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c171 * @backoff: Whether this is part of the error path and binding state changes
175 bool backoff)
180 if (!backoff)
174 vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context, bool backoff) argument
H A Dvmwgfx_validation.h168 bool backoff);
H A Dvmwgfx_validation.c459 * @backoff: Whether this is a backoff- of a commit-type operation. This
463 bool backoff)
468 if (backoff)
462 vmw_validation_res_unreserve(struct vmw_validation_context *ctx, bool backoff) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c1067 goto backoff;
1076 backoff:
H A Ddrm_fb_helper.c988 goto backoff;
998 backoff:
/linux-master/include/net/
H A Dtcp.h240 #define TCP_THIN_LINEAR_RETRIES 6 /* After 6 linear retries, do exp. backoff */
1437 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, local
1439 u64 when = (u64)tcp_probe0_base(sk) << backoff;
H A Dax25.h150 #define AX25_DEF_BACKOFF 1 /* Linear backoff */
245 unsigned char condition, backoff; member in struct:ax25_cb
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c718 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; local
721 if (!backoff)
726 while (backoff->pwr) {
727 if (dflt_pwr_limit >= backoff->pwr)
728 return backoff->backoff;
730 backoff++;
H A Dmvm.h613 * @tx_backoff: The current thremal throttling tx backoff in uSec.
614 * @min_backoff: The minimal tx backoff due to power restrictions
2386 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff);
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...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h162 * Tx-backoff threshold
164 * @backoff: The tx-backoff in uSec
168 u32 backoff; member in struct:iwl_tt_tx_backoff
183 * @tx_backoff: Array of thresholds for tx-backoff , in ascending order.
187 * @support_tx_backoff: Support tx-backoff?
227 /* Tx-backoff power threshold
229 * @backoff: The tx-backoff in uSec
233 u32 backoff; member in struct:iwl_pwr_tx_backoff
[all...]
/linux-master/net/rxrpc/
H A Dar-internal.h359 u8 backoff; /* Backoff timeout (as shift) */ member in struct:rxrpc_peer
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/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/net/ceph/
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/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/arch/sparc/lib/
H A Datomic_64.S10 #include <asm/backoff.h>
H A Dbitops.S10 #include <asm/backoff.h>
/linux-master/drivers/net/wireless/intel/iwlwifi/cfg/
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},
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...]
/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/fs/ocfs2/dlm/
H A Ddlmdomain.c1850 unsigned int backoff;
1914 backoff = (unsigned int)(jiffies & 0x3);
1915 backoff *= DLM_DOMAIN_BACKOFF_MS;
1916 total_backoff += backoff;
1917 mlog(0, "backoff %d\n", backoff);
1918 msleep(backoff);
1852 unsigned int backoff; local

Completed in 390 milliseconds

12