/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-7000.c | 140 {.temperature = 112, .backoff = 300}, 141 {.temperature = 113, .backoff = 800}, 142 {.temperature = 114, .backoff = 1500}, 143 {.temperature = 115, .backoff = 3000}, 144 {.temperature = 116, .backoff = 5000}, 145 {.temperature = 117, .backoff = 10000}, 271 {.pwr = 1600, .backoff = 0}, 272 {.pwr = 1300, .backoff = 467}, 273 {.pwr = 900, .backoff = 1900}, 274 {.pwr = 800, .backoff = 2630}, [all …]
|
D | iwl-8000.c | 135 {.temperature = 110, .backoff = 200}, 136 {.temperature = 111, .backoff = 600}, 137 {.temperature = 112, .backoff = 1200}, 138 {.temperature = 113, .backoff = 2000}, 139 {.temperature = 114, .backoff = 4000},
|
D | iwl-config.h | 204 u32 backoff; member 269 u32 backoff; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tt.c | 321 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument 326 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 329 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 333 backoff); in iwl_mvm_tt_tx_backoff() 334 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 396 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 426 {.temperature = 112, .backoff = 200}, 427 {.temperature = 113, .backoff = 600}, 428 {.temperature = 114, .backoff = 1200}, 429 {.temperature = 115, .backoff = 2000}, [all …]
|
D | mvm.h | 1413 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff);
|
D | ops.c | 381 return pwr_tx_backoff->backoff; in calc_min_backoff()
|
/linux-4.4.14/arch/tile/gxio/ |
D | dma_queue.c | 130 int backoff = 16; in __gxio_dma_queue_wait_for_credits() local 136 for (i = backoff; i > 0; i--) in __gxio_dma_queue_wait_for_credits() 145 if (backoff < 256) in __gxio_dma_queue_wait_for_credits() 146 backoff *= 2; in __gxio_dma_queue_wait_for_credits()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_multicast.c | 86 mcast->backoff *= 2; in __ipoib_mcast_schedule_join_thread() 87 if (mcast->backoff > IPOIB_MAX_BACKOFF_SECONDS) in __ipoib_mcast_schedule_join_thread() 88 mcast->backoff = IPOIB_MAX_BACKOFF_SECONDS; in __ipoib_mcast_schedule_join_thread() 89 mcast->delay_until = jiffies + (mcast->backoff * HZ); in __ipoib_mcast_schedule_join_thread() 147 mcast->backoff = 1; in ipoib_mcast_alloc() 379 mcast->backoff = 1; in ipoib_mcast_join_complete() 417 mcast->backoff >= 2) { in ipoib_mcast_join_complete() 427 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()
|
D | ipoib.h | 155 unsigned long backoff; member
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 1506 goto backoff; in drm_atomic_helper_update_plane() 1511 backoff: in drm_atomic_helper_update_plane() 1579 goto backoff; in drm_atomic_helper_disable_plane() 1584 backoff: in drm_atomic_helper_disable_plane() 1725 goto backoff; in drm_atomic_helper_set_config() 1730 backoff: in drm_atomic_helper_set_config() 1867 goto backoff; in drm_atomic_helper_crtc_set_property() 1872 backoff: in drm_atomic_helper_crtc_set_property() 1927 goto backoff; in drm_atomic_helper_plane_set_property() 1932 backoff: in drm_atomic_helper_plane_set_property() [all …]
|
D | drm_fb_helper.c | 391 goto backoff; in restore_fbdev_mode_atomic() 398 backoff: in restore_fbdev_mode_atomic() 1270 goto backoff; in pan_display_atomic() 1277 backoff: in pan_display_atomic()
|
/linux-4.4.14/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 | 458 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 492 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb() 618 ax25->backoff = opt; in ax25_setsockopt() 728 val = ax25->backoff; in ax25_getsockopt() 919 ax25->backoff = oax25->backoff; in ax25_make_new()
|
/linux-4.4.14/Documentation/networking/ |
D | tcp-thin.txt | 27 2) If the stream is thin, do not apply exponential backoff.
|
D | tcp.txt | 103 backoff timers etc. A change of route table stamp causes a change of header
|
D | ip-sysctl.txt | 475 exponential backoff with an initial RTO of TCP_RTO_MIN would 684 timeouts may be performed before exponential backoff mode is
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | eth_defs.h | 260 unsigned int backoff : 1; member
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 191 u8 backoff:1; member
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdomain.c | 1867 unsigned int backoff; in dlm_join_domain() local 1935 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1936 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1937 total_backoff += backoff; in dlm_join_domain() 1938 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1939 msleep(backoff); in dlm_join_domain()
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 42 triggers an exponential backoff (poll less often) on the polling
|
/linux-4.4.14/include/net/ |
D | ax25.h | 235 unsigned char condition, backoff; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cs.c | 396 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument 416 } else if (backoff) { in radeon_cs_parser_fini()
|
/linux-4.4.14/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 585 backoff: 2, /* 49-48: backoff control */ member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 473 static void amdgpu_cs_parser_fini(struct amdgpu_cs_parser *parser, int error, bool backoff) in amdgpu_cs_parser_fini() argument 493 } else if (backoff) { in amdgpu_cs_parser_fini()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_fc.c | 55 unsigned long backoff = msecs_to_jiffies(zfcp_fc_port_scan_backoff()); in zfcp_fc_port_scan_time() local 57 adapter->next_port_scan = jiffies + interval + backoff; in zfcp_fc_port_scan_time()
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 133 API-drm-atomic-legacy-backoff 244 API-drm-modeset-backoff 245 API-drm-modeset-backoff-interruptible
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 122 bool backoff) in vmw_resources_unreserve() argument 127 if (sw_context->dx_query_mob && !backoff) in vmw_resources_unreserve() 134 (backoff) ? false : val->switching_backup; in vmw_resources_unreserve() 141 if (!backoff) { in vmw_resources_unreserve()
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 232 method #3 below. The backoff/retry procedure will be a bit more involved, since
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 954 injecting additional -EDEADLK wound/backoff cases. Together with
|