Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dhv_vhca.c13 struct mutex agents_lock; /* Protect agents array */ member
56 mutex_init(&hv_vhca->agents_lock); in mlx5_hv_vhca_create()
79 mutex_lock(&hv_vhca->agents_lock); in mlx5_hv_vhca_invalidate_work()
91 mutex_unlock(&hv_vhca->agents_lock); in mlx5_hv_vhca_invalidate_work()
237 mutex_lock(&hv_vhca->agents_lock); in mlx5_hv_vhca_cleanup()
241 mutex_unlock(&hv_vhca->agents_lock); in mlx5_hv_vhca_cleanup()
269 mutex_lock(&hv_vhca->agents_lock); in mlx5_hv_vhca_agent_create()
271 mutex_unlock(&hv_vhca->agents_lock); in mlx5_hv_vhca_agent_create()
274 mutex_unlock(&hv_vhca->agents_lock); in mlx5_hv_vhca_agent_create()
287 mutex_lock(&hv_vhca->agents_lock); in mlx5_hv_vhca_agent_create()
[all …]