Searched refs:BSTP_LOCK_ASSERT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c193 BSTP_LOCK_ASSERT(bs);
344 BSTP_LOCK_ASSERT(bs);
584 BSTP_LOCK_ASSERT(bs);
901 BSTP_LOCK_ASSERT(bs);
1164 BSTP_LOCK_ASSERT(bs);
1178 BSTP_LOCK_ASSERT(bs);
1189 BSTP_LOCK_ASSERT(bs);
1865 BSTP_LOCK_ASSERT(bs);
2027 BSTP_LOCK_ASSERT(bs);
H A Dbridgestp.h369 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) macro

Completed in 80 milliseconds