Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe.h1455 struct mtx stats_mtx; member
1488 #define BXE_STATS_LOCK(sc) mtx_lock(&sc->stats_mtx)
1489 #define BXE_STATS_UNLOCK(sc) mtx_unlock(&sc->stats_mtx)
1490 #define BXE_STATS_LOCK_ASSERT(sc) mtx_assert(&sc->stats_mtx, MA_OWNED)
Dbxe.c2589 mtx_init(&(sc->stats_mtx), sc->stats_mtx_name, NULL, MTX_DEF); in bxe_init_mutexes()
2627 if (mtx_initialized(&sc->stats_mtx)) { in bxe_release_mutexes()
2628 mtx_destroy(&sc->stats_mtx); in bxe_release_mutexes()