Lines Matching refs:sc_mtx
115 struct mtx sc_mtx; member
326 mtx_init(&sc->sc_mtx, "udbp lock", NULL, MTX_DEF | MTX_RECURSE); in udbp_attach()
329 sc->sc_xfer, udbp_config, UDBP_T_MAX, sc, &sc->sc_mtx); in udbp_attach()
382 mtx_destroy(&sc->sc_mtx); in udbp_detach()
479 mtx_lock(&sc->sc_mtx); in udbp_bulk_read_complete()
505 mtx_unlock(&sc->sc_mtx); in udbp_bulk_read_complete()
611 mtx_lock(&sc->sc_mtx); in ng_udbp_newhook()
620 mtx_unlock(&sc->sc_mtx); in ng_udbp_newhook()
659 mtx_lock(&sc->sc_mtx); in ng_udbp_rcvmsg()
662 mtx_unlock(&sc->sc_mtx); in ng_udbp_rcvmsg()
719 mtx_lock(&sc->sc_mtx); in ng_udbp_rcvdata()
734 mtx_unlock(&sc->sc_mtx); in ng_udbp_rcvdata()
775 mtx_unlock(&sc->sc_mtx); in ng_udbp_rmnode()
792 mtx_lock(&sc->sc_mtx); in ng_udbp_connect()
803 mtx_unlock(&sc->sc_mtx); in ng_udbp_connect()
820 mtx_lock(&sc->sc_mtx); in ng_udbp_disconnect()
844 mtx_unlock(&sc->sc_mtx); in ng_udbp_disconnect()