Searched refs:_bs (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/net/ |
H A D | bridgestp.h | 364 #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 D | vdev_raidz_math_avx2.c | 233 #define _bs "ymm13" macro 252 "vpsraw $0x4, %%" VR1(r) ", %%"_bs "\n" \ 256 "vpand %%" _0f ", %%" _bs ", %%" _bs "\n" \ 259 "vpshufb %%" _bs ", %%" _ltmod ", %%" _tb "\n" \ 261 "vpshufb %%" _bs ", %%" _ltmul ", %%" _bs "\n" \ 267 "vpxor %%" _tb ", %%" _bs ", %%" _bs "\n" \ 277 "vpxor %%" _bs ", %%" VR1(r) ", %%" VR1(r) "\n" \
|
H A D | vdev_raidz_math_avx512bw.c | 231 #define _bs "zmm13" macro 250 "vpsraw $0x4, %%" VR1(r) ", %%"_bs "\n" \ 254 "vpandq %%" _0f ", %%" _bs ", %%" _bs "\n" \ 257 "vpshufb %%" _bs ", %%" _ltmod ", %%" _tb "\n" \ 259 "vpshufb %%" _bs ", %%" _ltmul ", %%" _bs "\n" \ 265 "vpxorq %%" _tb ", %%" _bs ", %%" _bs "\n" \ 275 "vpxorq %%" _bs ", %%" VR1(r) ", %%" VR1(r) "\n" \
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1146 #define ath_hal_beacontimers(_ah, _bs) \ argument 1147 ((*(_ah)->ah_setStationBeaconTimers)((_ah), (_bs)))
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 487 * ntpd/refclock_hopfser.c: If we're not using it, provide the _bs.
|