Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c30 struct mutex restore_lock; /* protect restore_hashtbl */ member
271 mutex_lock(&tc_psample->restore_lock); in sample_restore_get()
299 mutex_unlock(&tc_psample->restore_lock); in sample_restore_get()
307 mutex_unlock(&tc_psample->restore_lock); in sample_restore_get()
314 mutex_lock(&tc_psample->restore_lock); in sample_restore_put()
317 mutex_unlock(&tc_psample->restore_lock); in sample_restore_put()
636 mutex_init(&tc_psample->restore_lock); in mlx5e_tc_sample_init()
651 mutex_destroy(&tc_psample->restore_lock); in mlx5e_tc_sample_cleanup()