Searched defs:_lsc (Results 1 – 1 of 1) sorted by relevance
286 #define LACP_LOCK_INIT(_lsc) mtx_init(&(_lsc)->lsc_mtx, \ argument288 #define LACP_LOCK_DESTROY(_lsc) mtx_destroy(&(_lsc)->lsc_mtx) argument289 #define LACP_LOCK(_lsc) mtx_lock(&(_lsc)->lsc_mtx) argument290 #define LACP_UNLOCK(_lsc) mtx_unlock(&(_lsc)->lsc_mtx) argument291 #define LACP_LOCK_ASSERT(_lsc) mtx_assert(&(_lsc)->lsc_mtx, MA_OWNED) argument