Searched refs:vtcon_mtx (Results 1 – 1 of 1) sorted by relevance
105 struct mtx vtcon_mtx; member126 #define VTCON_LOCK(_sc) mtx_lock(&(_sc)->vtcon_mtx)127 #define VTCON_UNLOCK(_sc) mtx_unlock(&(_sc)->vtcon_mtx)129 mtx_assert(&(_sc)->vtcon_mtx, MA_OWNED)131 mtx_assert(&(_sc)->vtcon_mtx, MA_NOTOWNED)327 mtx_init(&sc->vtcon_mtx, "vtconmtx", NULL, MTX_DEF); in vtcon_attach()401 mtx_destroy(&sc->vtcon_mtx); in vtcon_detach()