Home
last modified time | relevance | path

Searched defs:_bs (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dbridgestp.h364 #define BSTP_LOCK_INIT(_bs) mtx_init(&(_bs)->bs_mtx, "bstp", NULL, MTX_DEF) argument
365 #define BSTP_LOCK_DESTROY(_bs) mtx_destroy(&(_bs)->bs_mtx) argument
366 #define BSTP_LOCK(_bs) mtx_lock(&(_bs)->bs_mtx) argument
367 #define BSTP_UNLOCK(_bs) mtx_unlock(&(_bs)->bs_mtx) argument
368 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_avx2.c233 #define _bs "ymm13" macro
H A Dvdev_raidz_math_avx512bw.c231 #define _bs "zmm13" macro
/freebsd/sys/dev/ath/
H A Dif_athvar.h1146 #define ath_hal_beacontimers(_ah, _bs) \ argument