Home
last modified time | relevance | path

Searched refs:vq_config_lock (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c267 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_event_handle()
276 (&priv->vq_config_lock); in mlx5_vdpa_event_handle()
279 (&priv->vq_config_lock); in mlx5_vdpa_event_handle()
289 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_event_handle()
297 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_event_handle()
300 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_event_handle()
322 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
368 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_err_interrupt_handler()
H A Dmlx5_vdpa.c148 pthread_mutex_lock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()
150 pthread_mutex_unlock(&priv->vq_config_lock); in mlx5_vdpa_set_vring_state()
277 pthread_mutex_init(&priv->vq_config_lock, NULL); in mlx5_vdpa_dev_close()
639 pthread_mutex_init(&priv->vq_config_lock, NULL); in mlx5_vdpa_dev_probe()
721 pthread_mutex_destroy(&priv->vq_config_lock); in mlx5_vdpa_dev_release()
H A Dmlx5_vdpa.h127 pthread_mutex_t vq_config_lock; member