Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
Dcounters.c87 mutex_lock(&mcounters->mcntrs_mutex); in mlx5_ib_read_counters()
116 mutex_unlock(&mcounters->mcntrs_mutex); in mlx5_ib_read_counters()
136 mutex_init(&mcounters->mcntrs_mutex); in mlx5_ib_create_counters()
579 mutex_lock(&mcounters->mcntrs_mutex); in counters_set_description()
582 mutex_unlock(&mcounters->mcntrs_mutex); in counters_set_description()
668 mutex_lock(&mcounters->mcntrs_mutex); in mlx5_ib_counters_clear_description()
672 mutex_unlock(&mcounters->mcntrs_mutex); in mlx5_ib_counters_clear_description()
Dmlx5_ib.h922 struct mutex mcntrs_mutex; member