Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c29 struct mutex rules_lock; /* Protects rules list */ member
706 mutex_lock(&mlxsw_sp->acl->rules_lock); in mlxsw_sp_acl_rule_add()
708 mutex_unlock(&mlxsw_sp->acl->rules_lock); in mlxsw_sp_acl_rule_add()
730 mutex_lock(&mlxsw_sp->acl->rules_lock); in mlxsw_sp_acl_rule_del()
732 mutex_unlock(&mlxsw_sp->acl->rules_lock); in mlxsw_sp_acl_rule_del()
792 mutex_lock(&acl->rules_lock); in mlxsw_sp_acl_rules_activity_update()
799 mutex_unlock(&acl->rules_lock); in mlxsw_sp_acl_rules_activity_update()
803 mutex_unlock(&acl->rules_lock); in mlxsw_sp_acl_rules_activity_update()
888 mutex_init(&acl->rules_lock); in mlxsw_sp_acl_init()
901 mutex_destroy(&acl->rules_lock); in mlxsw_sp_acl_init()
[all …]