Searched refs:total_delay (Results 1 – 9 of 9) sorted by relevance
548 u64 total_delay = 0; in vmw_vkms_modeset_lock() local555 if (ret == VMW_VKMS_LOCK_UNLOCKED || total_delay >= MAX_NSECS_DELAY) in vmw_vkms_modeset_lock()558 total_delay += nsecs_delay; in vmw_vkms_modeset_lock()561 if (total_delay >= MAX_NSECS_DELAY) { in vmw_vkms_modeset_lock()563 total_delay, ret, atomic_read(&du->vkms.atomic_lock)); in vmw_vkms_modeset_lock()582 u64 total_delay = 0; in vmw_vkms_modeset_lock_relaxed() local591 total_delay >= MAX_NSECS_DELAY) in vmw_vkms_modeset_lock_relaxed()594 total_delay += nsecs_delay; in vmw_vkms_modeset_lock_relaxed()597 if (total_delay >= MAX_NSECS_DELAY) { in vmw_vkms_modeset_lock_relaxed()
402 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local421 total_delay += delay; in pseries_enable_reloc_on_exc()422 if (total_delay > 1000) { in pseries_enable_reloc_on_exc()425 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()
1003 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local1035 total_delay++; in i40e_aq_get_phy_capabilities()1044 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
519 u32 total_delay = 0; in ixgbe_release_res() local528 total_delay < IXGBE_ACI_RELEASE_RES_TIMEOUT) { in ixgbe_release_res()531 total_delay++; in ixgbe_release_res()