Searched defs:_as (Results 1 – 1 of 1) sorted by relevance
142 #define ACL_LOCK_INIT(_as, _name) \ argument144 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock) argument145 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) argument146 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) argument147 #define ACL_LOCK_ASSERT(_as) \ argument