Searched refs:timer_lock (Results 1 – 2 of 2) sorted by relevance
280 pthread_mutex_lock(&priv->timer_lock); in mlx5_vdpa_poll_handle()282 pthread_cond_wait(&priv->timer_cond, &priv->timer_lock); in mlx5_vdpa_poll_handle()283 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_poll_handle()315 pthread_mutex_lock(&priv->timer_lock); in mlx5_vdpa_poll_handle()319 &priv->timer_lock); in mlx5_vdpa_poll_handle()320 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_poll_handle()380 pthread_mutex_lock(&priv->timer_lock); in mlx5_vdpa_interrupt_handler()385 pthread_mutex_unlock(&priv->timer_lock); in mlx5_vdpa_interrupt_handler()539 pthread_mutex_init(&priv->timer_lock, NULL); in mlx5_vdpa_cqe_event_setup()
130 pthread_mutex_t timer_lock; member