Home
last modified time | relevance | path

Searched refs:event_xa_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1483 mutex_lock(&devx_event_table->event_xa_lock); in devx_obj_cleanup()
1486 mutex_unlock(&devx_event_table->event_xa_lock); in devx_obj_cleanup()
2145 mutex_lock(&devx_event_table->event_xa_lock); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
2221 mutex_unlock(&devx_event_table->event_xa_lock); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
2239 mutex_unlock(&devx_event_table->event_xa_lock); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT()
2628 mutex_init(&table->event_xa_lock); in mlx5_ib_devx_init()
2646 mutex_lock(&dev->devx_event_table.event_xa_lock); in mlx5_ib_devx_cleanup()
2654 mutex_unlock(&dev->devx_event_table.event_xa_lock); in mlx5_ib_devx_cleanup()
2995 mutex_lock(&dev->devx_event_table.event_xa_lock); in devx_async_event_destroy_uobj()
3004 mutex_unlock(&dev->devx_event_table.event_xa_lock); in devx_async_event_destroy_uobj()
H A Dmlx5_ib.h1131 struct mutex event_xa_lock; member