Home
last modified time | relevance | path

Searched refs:print_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/bxe/
H A Dbxe.h1456 struct mtx print_mtx; member
1487 #define BXE_PRINT_LOCK(sc) mtx_lock(&sc->print_mtx)
1488 #define BXE_PRINT_UNLOCK(sc) mtx_unlock(&sc->print_mtx)
1489 #define BXE_PRINT_LOCK_ASSERT(sc) mtx_assert(&sc->print_mtx, MA_OWNED)
H A Dbxe.c2577 mtx_init(&(sc->print_mtx), sc->print_mtx_name, NULL, MTX_DEF); in bxe_init_mutexes()
2615 if (mtx_initialized(&sc->print_mtx)) { in bxe_release_mutexes()
2616 mtx_destroy(&sc->print_mtx); in bxe_release_mutexes()