Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A Drf-jf.c46 {.temperature = 110, .backoff = 200},
47 {.temperature = 111, .backoff = 600},
48 {.temperature = 112, .backoff = 1200},
49 {.temperature = 113, .backoff = 2000},
50 {.temperature = 114, .backoff = 4000},
/linux/drivers/infiniband/ulp/ipoib/
H 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()
378 mcast->backoff = 1; in ipoib_mcast_join_complete()
416 mcast->backoff >= 2) { in ipoib_mcast_join_complete()
426 mcast->backoff = 1; in ipoib_mcast_join_complete()
610 if (mcast->backoff > 1 && in ipoib_mcast_join_task()
628 if (mcast->backoff == 1 || in ipoib_mcast_join_task()
/linux/net/ceph/
H A Dosd_client.c1913 struct ceph_osd_backoff *backoff; in alloc_backoff() local
1915 backoff = kzalloc_obj(*backoff, GFP_NOIO); in alloc_backoff()
1916 if (!backoff) in alloc_backoff()
1919 RB_CLEAR_NODE(&backoff->spg_node); in alloc_backoff()
1920 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff()
1921 return backoff; in alloc_backoff()
1924 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() argument
1926 WARN_ON(!RB_EMPTY_NODE(&backoff->spg_node)); in free_backoff()
1927 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff()
1929 free_hoid(backoff->begin); in free_backoff()
[all …]
H A Ddebugfs.c333 struct ceph_osd_backoff *backoff = in dump_backoffs() local
337 dump_spgid(s, &backoff->spgid); in dump_backoffs()
338 seq_printf(s, "\t%llu\t", backoff->id); in dump_backoffs()
339 dump_hoid(s, backoff->begin); in dump_backoffs()
341 dump_hoid(s, backoff->end); in dump_backoffs()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h168 bool backoff);
H A Dvmwgfx_validation.c464 bool backoff) in vmw_validation_res_unreserve() argument
469 if (backoff) in vmw_validation_res_unreserve()
H A Dvmwgfx_execbuf.c157 bool backoff) in vmw_execbuf_bindings_commit() argument
162 if (!backoff) in vmw_execbuf_bindings_commit()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c749 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local
752 if (!backoff) in iwl_mvm_min_backoff()
757 while (backoff->pwr) { in iwl_mvm_min_backoff()
758 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff()
759 return backoff->backoff; in iwl_mvm_min_backoff()
761 backoff++; in iwl_mvm_min_backoff()
/linux/Documentation/networking/
H A Dtcp-thin.rst31 2) If the stream is thin, do not apply exponential backoff.
H A Dsnmp_counter.rst357 half open queue, TCP stack will send SYN+ACK on an exponential backoff
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h69 u32 backoff; /* FEC + 0x0C8 */ member
/linux/drivers/net/wireless/ath/carl9170/
H A Dwlan.h191 u8 backoff:1; member
/linux/Documentation/ABI/testing/
H A Dsysfs-mce49 stops finding MCEs, it triggers an exponential backoff
/linux/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h585 backoff: 2, /* 49-48: backoff control */ member
/linux/drivers/gpu/drm/
H A Ddrm_client_modeset.c1108 goto backoff; in drm_client_modeset_commit_atomic()
1117 backoff: in drm_client_modeset_commit_atomic()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c56 unsigned long backoff = msecs_to_jiffies(zfcp_fc_port_scan_backoff()); in zfcp_fc_port_scan_time() local
58 adapter->next_port_scan = jiffies + interval + backoff; in zfcp_fc_port_scan_time()
/linux/Documentation/locking/
H 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
/linux/Documentation/
H A Datomic_t.txt364 Such implementations are strongly encouraged to add exponential backoff loops
/linux/net/rxrpc/
H A Dar-internal.h856 u8 backoff; /* Backoff timeout (as shift) */ member
/linux/include/net/
H A Dtcp.h1645 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when() local
1647 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when()
/linux/lib/
H A DKconfig.debug1560 injecting additional -EDEADLK wound/backoff cases. Together with