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

/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h92 struct mtx sc_if_mtx; /* interfaces lock */ member in struct:ubt_softc
H A Dng_ubt.c42 * 1) sc_if_mtx - lock for device's interface #0 and #1. This lock is used
576 mtx_init(&sc->sc_if_mtx, "ubt if", NULL, MTX_DEF | MTX_RECURSE);
653 ubt_config, UBT_N_TRANSFER, sc, &sc->sc_if_mtx)) {
712 mtx_destroy(&sc->sc_if_mtx);
1406 mtx_lock(&sc->sc_if_mtx);
1423 mtx_unlock(&sc->sc_if_mtx);
1428 mtx_lock(&sc->sc_if_mtx);
1430 mtx_unlock(&sc->sc_if_mtx);
1435 mtx_lock(&sc->sc_if_mtx);
1437 mtx_unlock(&sc->sc_if_mtx);
[all...]

Completed in 57 milliseconds