Searched refs:total_delay (Results 1 – 9 of 9) sorted by relevance
550 u64 total_delay = 0; in vmw_vkms_modeset_lock() local557 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() local593 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()
404 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local423 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()
1634 unsigned int delay, total_delay = 0; in pseries_lpar_resize_hpt() local1650 total_delay += delay; in pseries_lpar_resize_hpt()1651 if (total_delay > HPT_RESIZE_TIMEOUT) { in pseries_lpar_resize_hpt()
218 u32 total_delay; in ti_iodelay_pinconf_set() local233 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()
740 u32 total_delay = 0; in iavf_asq_send_command() local749 total_delay += 50; in iavf_asq_send_command()750 } while (total_delay < hw->aq.asq_cmd_timeout); in iavf_asq_send_command()
874 u32 total_delay = 0; in i40e_asq_send_command_atomic_exec() local888 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()
116 u32 total_delay = 0; in i40e_release_nvm() local128 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm()133 total_delay++; in i40e_release_nvm()
1062 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local1094 total_delay++; in i40e_aq_get_phy_capabilities()1103 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
485 u32 total_delay = 0; in ixgbe_release_res() local494 total_delay < IXGBE_ACI_RELEASE_RES_TIMEOUT) { in ixgbe_release_res()497 total_delay++; in ixgbe_release_res()