| /linux/drivers/net/wireless/intel/iwlwifi/cfg/ |
| H A D | rf-jf.c | 46 {.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 D | ipoib_multicast.c | 89 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 D | osd_client.c | 1913 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 D | debugfs.c | 333 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/net/wireless/intel/iwlwifi/ |
| H A D | iwl-trans.c | 24 bool backoff; member 182 if (!data->backoff && in iwl_trans_determine_restart_mode() 190 if (!data->backoff) { in iwl_trans_determine_restart_mode() 191 data->backoff = true; in iwl_trans_determine_restart_mode() 194 data->backoff = false; in iwl_trans_determine_restart_mode()
|
| /linux/net/ax25/ |
| H A D | ax25_subr.c | 224 switch (ax25->backoff) { in ax25_calculate_t1() 247 if (ax25->backoff == 0) in ax25_calculate_rtt()
|
| H A D | af_ax25.c | 479 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() 769 val = ax25->backoff; in ax25_getsockopt() 963 ax25->backoff = oax25->backoff; in ax25_make_new()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_validation.h | 168 bool backoff);
|
| H A D | vmwgfx_validation.c | 464 bool backoff) in vmw_validation_res_unreserve() argument 469 if (backoff) in vmw_validation_res_unreserve()
|
| H A D | vmwgfx_execbuf.c | 157 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 D | ops.c | 749 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/fs/ocfs2/dlm/ |
| H A D | dlmdomain.c | 1850 unsigned int backoff; in dlm_join_domain() local 1915 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1916 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1917 total_backoff += backoff; in dlm_join_domain() 1918 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1919 msleep(backoff); in dlm_join_domain()
|
| /linux/Documentation/networking/ |
| H A D | tcp-thin.rst | 31 2) If the stream is thin, do not apply exponential backoff.
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | wlan.h | 191 u8 backoff:1; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-mce | 49 stops finding MCEs, it triggers an exponential backoff
|
| /linux/include/net/ |
| H A D | ax25.h | 240 unsigned char condition, backoff; member
|
| H A D | tcp.h | 1597 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when() local 1599 u64 when = (u64)tcp_probe0_base(sk) << backoff; in tcp_probe0_when()
|
| /linux/arch/mips/include/asm/sn/sn0/ |
| H A D | hubmd.h | 585 backoff: 2, /* 49-48: backoff control */ member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_client_modeset.c | 1108 goto backoff; in drm_client_modeset_commit_atomic() 1117 backoff: in drm_client_modeset_commit_atomic()
|
| H A D | drm_fb_helper.c | 845 goto backoff; in setcmap_atomic() 855 backoff: in setcmap_atomic()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fc.c | 56 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 D | ww-mutex-design.rst | 50 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 D | atomic_t.txt | 364 Such implementations are strongly encouraged to add exponential backoff loops
|
| /linux/net/rxrpc/ |
| H A D | ar-internal.h | 856 u8 backoff; /* Backoff timeout (as shift) */ member
|