Searched defs:_as (Results 1 – 1 of 1) sorted by relevance
170 #define ACL_LOCK_INIT(_as, _name) \ argument172 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock) argument173 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) argument174 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) argument175 #define ACL_LOCK_ASSERT(_as) \ argument