Lines Matching refs:sc_mtx
117 struct mtx sc_mtx; member
329 mtx_init(&sc->sc_mtx, "udbp lock", NULL, MTX_DEF | MTX_RECURSE); in udbp_attach()
332 sc->sc_xfer, udbp_config, UDBP_T_MAX, sc, &sc->sc_mtx); in udbp_attach()
385 mtx_destroy(&sc->sc_mtx); in udbp_detach()
483 mtx_lock(&sc->sc_mtx); in udbp_bulk_read_complete()
510 mtx_unlock(&sc->sc_mtx); in udbp_bulk_read_complete()
617 mtx_lock(&sc->sc_mtx); in ng_udbp_newhook()
626 mtx_unlock(&sc->sc_mtx); in ng_udbp_newhook()
665 mtx_lock(&sc->sc_mtx); in ng_udbp_rcvmsg()
668 mtx_unlock(&sc->sc_mtx); in ng_udbp_rcvmsg()
725 mtx_lock(&sc->sc_mtx); in ng_udbp_rcvdata()
740 mtx_unlock(&sc->sc_mtx); in ng_udbp_rcvdata()
781 mtx_unlock(&sc->sc_mtx); in ng_udbp_rmnode()
798 mtx_lock(&sc->sc_mtx); in ng_udbp_connect()
809 mtx_unlock(&sc->sc_mtx); in ng_udbp_connect()
827 mtx_lock(&sc->sc_mtx); in ng_udbp_disconnect()
852 mtx_unlock(&sc->sc_mtx); in ng_udbp_disconnect()