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

12

/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c988 goto backoff;
998 backoff:
/linux-master/net/rxrpc/
H A Dar-internal.h359 u8 backoff; /* Backoff timeout (as shift) */ member in struct:rxrpc_peer
/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;
/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
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
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);

Completed in 291 milliseconds

12