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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c30 struct mutex rules_lock; /* Protects rules list */ member in struct:mlxsw_sp_acl
887 mutex_lock(&mlxsw_sp->acl->rules_lock);
889 mutex_unlock(&mlxsw_sp->acl->rules_lock);
913 mutex_lock(&mlxsw_sp->acl->rules_lock);
915 mutex_unlock(&mlxsw_sp->acl->rules_lock);
974 mutex_lock(&acl->rules_lock);
981 mutex_unlock(&acl->rules_lock);
985 mutex_unlock(&acl->rules_lock);
1086 mutex_init(&acl->rules_lock);
1099 mutex_destroy(&acl->rules_lock);
[all...]

Completed in 109 milliseconds