/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | tt.c | 307 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff) in iwl_mvm_tt_tx_backoff() argument 312 .data = { &backoff, }, in iwl_mvm_tt_tx_backoff() 315 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff() 319 backoff); in iwl_mvm_tt_tx_backoff() 320 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff() 382 params->tx_backoff[i].backoff); in iwl_mvm_tt_handler() 412 {.temperature = 112, .backoff = 200}, 413 {.temperature = 113, .backoff = 600}, 414 {.temperature = 114, .backoff = 1200}, 415 {.temperature = 115, .backoff = 2000}, [all …]
|
D | mvm.h | 474 u32 backoff; member 1413 void iwl_mvm_tt_tx_backoff(struct iwl_mvm *mvm, u32 backoff);
|
D | ops.c | 378 return pwr_tx_backoff->backoff; in calc_min_backoff()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-7000.c | 229 {.pwr = 1600, .backoff = 0}, 230 {.pwr = 1300, .backoff = 467}, 231 {.pwr = 900, .backoff = 1900}, 232 {.pwr = 800, .backoff = 2630}, 233 {.pwr = 700, .backoff = 3720}, 234 {.pwr = 600, .backoff = 5550}, 235 {.pwr = 500, .backoff = 9350},
|
D | iwl-config.h | 226 u32 backoff; member
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 1323 goto backoff; in drm_atomic_helper_update_plane() 1328 backoff: in drm_atomic_helper_update_plane() 1405 goto backoff; in drm_atomic_helper_disable_plane() 1410 backoff: in drm_atomic_helper_disable_plane() 1573 goto backoff; in drm_atomic_helper_set_config() 1578 backoff: in drm_atomic_helper_set_config() 1640 goto backoff; in drm_atomic_helper_crtc_set_property() 1645 backoff: in drm_atomic_helper_crtc_set_property() 1700 goto backoff; in drm_atomic_helper_plane_set_property() 1705 backoff: in drm_atomic_helper_plane_set_property() [all …]
|
D | drm_atomic.c | 1354 goto backoff; in drm_mode_atomic_ioctl() 1370 backoff: in drm_mode_atomic_ioctl()
|
/linux-4.1.27/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() 409 mcast->backoff >= 2) { in ipoib_mcast_join_complete() 419 mcast->backoff = 1; in ipoib_mcast_join_complete() 570 if (mcast->backoff > 1 && in ipoib_mcast_join_task() 588 if (mcast->backoff == 1 || in ipoib_mcast_join_task()
|
D | ipoib.h | 155 unsigned long backoff; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 698 int rc, backoff; in proc_console_backoff() local 701 dummy.data = &backoff; in proc_console_backoff() 705 backoff = libcfs_console_backoff; in proc_console_backoff() 711 backoff = 0; in proc_console_backoff() 715 if (backoff <= 0) in proc_console_backoff() 718 libcfs_console_backoff = backoff; in proc_console_backoff()
|
/linux-4.1.27/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 | 459 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev() 493 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb() 619 ax25->backoff = opt; in ax25_setsockopt() 729 val = ax25->backoff; in ax25_getsockopt() 920 ax25->backoff = oax25->backoff; in ax25_make_new()
|
/linux-4.1.27/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 | 449 exponential backoff with an initial RTO of TCP_RTO_MIN would 643 timeouts may be performed before exponential backoff mode is
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 191 u8 backoff:1; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | eth_defs.h | 260 unsigned int backoff : 1; member
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 69 u32 backoff; /* FEC + 0x0C8 */ member
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmdomain.c | 1861 unsigned int backoff; in dlm_join_domain() local 1927 backoff = (unsigned int)(jiffies & 0x3); in dlm_join_domain() 1928 backoff *= DLM_DOMAIN_BACKOFF_MS; in dlm_join_domain() 1929 total_backoff += backoff; in dlm_join_domain() 1930 mlog(0, "backoff %d\n", backoff); in dlm_join_domain() 1931 msleep(backoff); in dlm_join_domain()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 42 triggers an exponential backoff (poll less often) on the polling
|
/linux-4.1.27/include/net/ |
D | ax25.h | 234 unsigned char condition, backoff; member
|
/linux-4.1.27/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.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 585 backoff: 2, /* 49-48: backoff control */ member
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 103 bool backoff) in vmw_resource_list_unreserve() argument 110 backoff ? NULL : val->new_backup; in vmw_resource_list_unreserve() 117 if (!backoff) { in vmw_resource_list_unreserve()
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 232 method #3 below. The backoff/retry procedure will be a bit more involved, since
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 945 injecting additional -EDEADLK wound/backoff cases. Together with
|