Searched defs:_as (Results 1 – 3 of 3) sorted by relevance
195 #define ACL_LOCK_INIT(_as, _name) \ argument197 #define ACL_LOCK_DESTROY(_as) mtx_destroy(&(_as)->as_lock) argument198 #define ACL_LOCK(_as) mtx_lock(&(_as)->as_lock) argument199 #define ACL_UNLOCK(_as) mtx_unlock(&(_as)->as_lock) argument200 #define ACL_LOCK_ASSERT(_as) \ argument
233 #define _as "ymm14" macro
231 #define _as "zmm14" macro