| /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/arch/sparc/include/asm/ |
| H A D | backoff.h | 5 /* The macros in this file implement an exponential backoff facility 17 * backoff. 38 * To achieve the same amount of backoff as the three %ccr reads give 39 * on earlier chips, we shift the backoff value up by 7 bits. (Three
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 1739 * ceph_pg_mapping. Used to track OSD backoffs -- a backoff [range] is 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() [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/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() 435 /* Requeue this join task with a backoff delay */ in ipoib_mcast_join_complete() 540 /* Requeue this join task with a backoff delay */ in ipoib_mcast_join() [all …]
|
| /linux/net/ipv4/ |
| H A D | tcp_cdg.c | 23 * o Scaling parameter G is changed to a backoff factor; 49 MODULE_PARM_DESC(backoff_beta, "backoff beta (0-1024)"); 51 MODULE_PARM_DESC(backoff_factor, "backoff probability scale factor"); 56 MODULE_PARM_DESC(use_ineff, "use ineffectual backoff detection (threshold)"); 224 /* Backoff was effectual: */ in tcp_cdg_grad()
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_chnl_cfg.c | 25 /* Accumulation backoff usec */ 28 /* MUX acc backoff 1ms */
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.h | 40 /* Tx retry backoff timer (in milliseconds) */ 44 /* Tx retry backoff timer (in jiffies) */
|
| /linux/net/rds/ |
| H A D | threads.c | 107 * This random exponential backoff is relied on to eventually resolve racing 112 * the backoff range will be so much greater than the time it takes to 121 * We should *always* start with a random backoff; otherwise a broken connection
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_n.h | 26 #define B43_NPHY_C1_BCLIPBKOFF B43_PHY_N(0x01A) /* Core 1 barely clip backoff */ 27 #define B43_NPHY_C1_CCK_BCLIPBKOFF B43_PHY_N(0x01B) /* Core 1 CCK barely clip backoff */ 29 #define B43_NPHY_C1_CGAINI_GAINBKOFF 0x001F /* Gain backoff */ 31 #define B43_NPHY_C1_CGAINI_CLIPGBKOFF 0x03E0 /* Clip gain backoff */ 37 #define B43_NPHY_C1_CCK_CGAINI_GAINBKOFF 0x001F /* Gain backoff */ 38 #define B43_NPHY_C1_CCK_CGAINI_CLIPGBKOFF 0x01E0 /* CCK barely clip gain backoff */ 84 #define B43_NPHY_C2_BCLIPBKOFF B43_PHY_N(0x030) /* Core 2 barely clip backoff */ 85 #define B43_NPHY_C2_CCK_BCLIPBKOFF B43_PHY_N(0x031) /* Core 2 CCK barely clip backoff */ 87 #define B43_NPHY_C2_CGAINI_GAINBKOFF 0x001F /* Gain backoff */ 89 #define B43_NPHY_C2_CGAINI_CLIPGBKOFF 0x03E0 /* Clip gain backoff */ [all …]
|
| /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 | 218 * Exponential backoff for AX.25 224 switch (ax25->backoff) { in ax25_calculate_t1() 247 if (ax25->backoff == 0) in ax25_calculate_rtt()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00reg.h | 78 * IFS backoff values 88 * IFS backoff values for HT devices
|
| /linux/include/drm/ |
| H A D | drm_modeset_lock.h | 43 * ctx. And if any lock fxn returns -EDEADLK, it must backoff and 199 * there is a deadlock or other failure with acquire or backoff, ret will be set
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.h | 317 * backoff for this bit rate*. Do not exceed (saturation - backoff[rate]); 320 * Backoff values below are in 1/2 dB units (equivalent to steps in 329 * Backoff values apply to saturation txpower on a per-transmitter basis; 331 * saturation level provided in EEPROM, and the same backoff values; 334 * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel 467 * NOTE: This compensation is in addition to any saturation backoff that 786 * require differing amounts of backoff, relative to their average power output,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_validation.c | 460 * @backoff: Whether this is a backoff- of a commit-type operation. This 464 bool backoff) in vmw_validation_res_unreserve() argument 469 if (backoff) in vmw_validation_res_unreserve()
|
| /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 | ucc_geth.h | 312 Backoff 316 Exponential Backoff 321 Backoff */ 324 backoff */ 325 #define HALFDUP_NO_BACKOFF 0x00020000 /* No Backoff */
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.h | 33 * update fails (or if we hit ww_mutex deadlock/backoff condition) the
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | qcu.c | 44 * based on TSF etc), DCU adds backoff, IFSes etc and then a scheduler 399 /* Enable/disable Post frame backoff */ in ath5k_hw_reset_tx_queue() 404 /* Enable/disable fragmentation burst backoff */ in ath5k_hw_reset_tx_queue()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-mce | 49 stops finding MCEs, it triggers an exponential backoff
|
| /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/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_wow.c | 319 * Random Backoff. in ath9k_hw_wow_enable() 323 * the random backoff will be selected between in ath9k_hw_wow_enable()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modeset_lock.c | 108 drm_printf(&p, "attempting to lock a contended lock without backoff:\n%s", buf); in __drm_stack_depot_print() 337 * drm_modeset_backoff - deadlock avoidance 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()
|