Searched refs:total_delay (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/misc/cxl/ |
| A D | hcalls.c | 51 unsigned int delay, total_delay = 0; \ 66 total_delay += delay; \ 67 if (total_delay > CXL_HCALL_TIMEOUT) { \ 69 "%#x after %u msec\n", fn, total_delay); \ 563 unsigned int delay, total_delay = 0; in cxl_h_download_facility() local 581 total_delay += delay; in cxl_h_download_facility() 582 if (total_delay > CXL_HCALL_TIMEOUT_DOWNLOAD) { in cxl_h_download_facility() 585 H_DOWNLOAD_CA_FACILITY, total_delay); in cxl_h_download_facility()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_vkms.c | 550 u64 total_delay = 0; in vmw_vkms_modeset_lock() local 557 if (ret == VMW_VKMS_LOCK_UNLOCKED || total_delay >= MAX_NSECS_DELAY) in vmw_vkms_modeset_lock() 560 total_delay += nsecs_delay; in vmw_vkms_modeset_lock() 563 if (total_delay >= MAX_NSECS_DELAY) { in vmw_vkms_modeset_lock() 565 total_delay, ret, atomic_read(&du->vkms.atomic_lock)); in vmw_vkms_modeset_lock() 584 u64 total_delay = 0; in vmw_vkms_modeset_lock_relaxed() local 593 total_delay >= MAX_NSECS_DELAY) in vmw_vkms_modeset_lock_relaxed() 596 total_delay += nsecs_delay; in vmw_vkms_modeset_lock_relaxed() 599 if (total_delay >= MAX_NSECS_DELAY) { in vmw_vkms_modeset_lock_relaxed()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | setup.c | 404 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local 423 total_delay += delay; in pseries_enable_reloc_on_exc() 424 if (total_delay > 1000) { in pseries_enable_reloc_on_exc() 427 total_delay); in pseries_enable_reloc_on_exc()
|
| A D | lpar.c | 1633 unsigned int delay, total_delay = 0; in pseries_lpar_resize_hpt() local 1649 total_delay += delay; in pseries_lpar_resize_hpt() 1650 if (total_delay > HPT_RESIZE_TIMEOUT) { in pseries_lpar_resize_hpt()
|
| /linux/drivers/pinctrl/ti/ |
| A D | pinctrl-ti-iodelay.c | 218 u32 total_delay; in ti_iodelay_pinconf_set() local 233 total_delay = c_elements * ival->cdpe + f_elements * ival->fdpe; in ti_iodelay_pinconf_set() 234 c_elements = total_delay / ival->cdpe; in ti_iodelay_pinconf_set() 235 f_elements = (total_delay % ival->cdpe) / ival->fdpe; in ti_iodelay_pinconf_set()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| A D | iavf_adminq.c | 740 u32 total_delay = 0; in iavf_asq_send_command() local 749 total_delay += 50; in iavf_asq_send_command() 750 } while (total_delay < hw->aq.asq_cmd_timeout); in iavf_asq_send_command()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| A D | i40e_adminq.c | 874 u32 total_delay = 0; in i40e_asq_send_command_atomic_exec() local 888 total_delay += 50; in i40e_asq_send_command_atomic_exec() 889 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command_atomic_exec()
|
| A D | i40e_nvm.c | 116 u32 total_delay = 0; in i40e_release_nvm() local 128 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm() 133 total_delay++; in i40e_release_nvm()
|
| A D | i40e_common.c | 1062 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local 1094 total_delay++; in i40e_aq_get_phy_capabilities() 1103 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
|
Completed in 43 milliseconds