/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/cfg/ |
D | 7000.c | 145 {.temperature = 112, .backoff = 300}, 146 {.temperature = 113, .backoff = 800}, 147 {.temperature = 114, .backoff = 1500}, 148 {.temperature = 115, .backoff = 3000}, 149 {.temperature = 116, .backoff = 5000}, 150 {.temperature = 117, .backoff = 10000}, 277 {.pwr = 1600, .backoff = 0}, 278 {.pwr = 1300, .backoff = 467}, 279 {.pwr = 900, .backoff = 1900}, 280 {.pwr = 800, .backoff = 2630}, [all …]
|
D | 8000.c | 131 {.temperature = 110, .backoff = 200}, 132 {.temperature = 111, .backoff = 600}, 133 {.temperature = 112, .backoff = 1200}, 134 {.temperature = 113, .backoff = 2000}, 135 {.temperature = 114, .backoff = 4000},
|
D | 9000.c | 122 {.temperature = 110, .backoff = 200}, 123 {.temperature = 111, .backoff = 600}, 124 {.temperature = 112, .backoff = 1200}, 125 {.temperature = 113, .backoff = 2000}, 126 {.temperature = 114, .backoff = 4000},
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 378 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument 383 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 386 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 390 backoff); in iwl_mvm_tt_tx_backoff() 391 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 453 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 483 {.temperature = 112, .backoff = 200}, 484 {.temperature = 113, .backoff = 600}, 485 {.temperature = 114, .backoff = 1200}, 486 {.temperature = 115, .backoff = 2000}, [all …]
|
D | ops.c | 498 const struct iwl_pwr_tx_backoff *backoff = mvm->cfg->pwr_tx_backoffs; in iwl_mvm_min_backoff() local 501 if (!backoff) in iwl_mvm_min_backoff() 506 while (backoff->pwr) { in iwl_mvm_min_backoff() 507 if (dflt_pwr_limit >= backoff->pwr) in iwl_mvm_min_backoff() 508 return backoff->backoff; in iwl_mvm_min_backoff() 510 backoff++; in iwl_mvm_min_backoff()
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 1723 struct ceph_osd_backoff *backoff; in alloc_backoff() local 1725 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff() 1726 if (!backoff) in alloc_backoff() 1729 RB_CLEAR_NODE(&backoff->spg_node); in alloc_backoff() 1730 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff() 1731 return backoff; in alloc_backoff() 1734 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() argument 1736 WARN_ON(!RB_EMPTY_NODE(&backoff->spg_node)); in free_backoff() 1737 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff() 1739 free_hoid(backoff->begin); in free_backoff() [all …]
|
D | debugfs.c | 322 struct ceph_osd_backoff *backoff = in dump_backoffs() local 326 dump_spgid(s, &backoff->spgid); in dump_backoffs() 327 seq_printf(s, "\t%llu\t", backoff->id); in dump_backoffs() 328 dump_hoid(s, backoff->begin); in dump_backoffs() 330 dump_hoid(s, backoff->end); in dump_backoffs()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
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() 150 mcast->backoff = 1; in ipoib_mcast_alloc() 389 mcast->backoff = 1; in ipoib_mcast_join_complete() 427 mcast->backoff >= 2) { in ipoib_mcast_join_complete() 437 mcast->backoff = 1; in ipoib_mcast_join_complete() 626 if (mcast->backoff > 1 && in ipoib_mcast_join_task() 644 if (mcast->backoff == 1 || in ipoib_mcast_join_task()
|
D | ipoib.h | 170 unsigned long backoff; member
|
/Linux-v4.19/net/ax25/ |
D | ax25_subr.c | 227 switch (ax25->backoff) { in ax25_calculate_t1() 250 if (ax25->backoff == 0) in ax25_calculate_rtt()
|
D | af_ax25.c | 457 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 491 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb() 617 ax25->backoff = opt; in ax25_setsockopt() 727 val = ax25->backoff; in ax25_getsockopt() 918 ax25->backoff = oax25->backoff; in ax25_make_new()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-config.h | 223 u32 backoff; member 290 u32 backoff; member
|
/Linux-v4.19/Documentation/networking/ |
D | tcp-thin.txt | 27 2) If the stream is thin, do not apply exponential backoff.
|
D | tcp.txt | 98 backoff timers etc. A change of route table stamp causes a change of header
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gem_submit.c | 165 int i, bool backoff) in submit_unlock_unpin_bo() argument 175 if (backoff && !(submit->bos[i].flags & BO_VALID)) in submit_unlock_unpin_bo()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
/Linux-v4.19/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 191 u8 backoff:1; member
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmdomain.c | 1873 unsigned int backoff; in dlm_join_domain() local 1941 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1942 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1943 total_backoff += backoff; in dlm_join_domain() 1944 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1945 msleep(backoff); in dlm_join_domain()
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | machinecheck | 42 triggers an exponential backoff (poll less often) on the polling
|
/Linux-v4.19/include/net/ |
D | ax25.h | 237 unsigned char condition, backoff; member
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 409 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument 429 } else if (backoff) { in radeon_cs_parser_fini()
|
/Linux-v4.19/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 585 backoff: 2, /* 49-48: backoff control */ member
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_fc.c | 57 unsigned long backoff = msecs_to_jiffies(zfcp_fc_port_scan_backoff()); in zfcp_fc_port_scan_time() local 59 adapter->next_port_scan = jiffies + interval + backoff; in zfcp_fc_port_scan_time()
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 49 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive 256 method #3 below. The backoff/retry procedure will be a bit more involved, since
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 433 goto backoff; in restore_fbdev_mode_atomic() 442 backoff: in restore_fbdev_mode_atomic() 1466 goto backoff; in setcmap_atomic() 1476 backoff: in setcmap_atomic()
|