Searched refs:vq_config_lock (Results 1 – 3 of 3) sorted by relevance
290 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()314 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()330 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_poll_handle()346 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()365 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()386 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_interrupt_handler()402 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()448 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
146 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()148 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()754 pthread_mutex_init(&priv->vq_config_lock, NULL); in mlx5_vdpa_pci_probe()806 pthread_mutex_destroy(&priv->vq_config_lock); in mlx5_vdpa_pci_remove()
127 pthread_mutex_t vq_config_lock; member