Searched defs:_bs (Results 1 – 4 of 4) sorted by relevance
364 #define BSTP_LOCK_INIT(_bs) mtx_init(&(_bs)->bs_mtx, "bstp", NULL, MTX_DEF) argument365 #define BSTP_LOCK_DESTROY(_bs) mtx_destroy(&(_bs)->bs_mtx) argument366 #define BSTP_LOCK(_bs) mtx_lock(&(_bs)->bs_mtx) argument367 #define BSTP_UNLOCK(_bs) mtx_unlock(&(_bs)->bs_mtx) argument368 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) argument
233 #define _bs "ymm13" macro
231 #define _bs "zmm13" macro
1146 #define ath_hal_beacontimers(_ah, _bs) \ argument