HomeSort by: relevance | last modified time | path
    Searched refs:sc_thread_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
udl.c 483 mutex_init(&sc->sc_thread_mtx, MUTEX_DEFAULT, IPL_NONE);
528 mutex_enter(&sc->sc_thread_mtx);
531 mutex_exit(&sc->sc_thread_mtx);
534 mutex_destroy(&sc->sc_thread_mtx);
863 mutex_enter(&sc->sc_thread_mtx);
868 mutex_exit(&sc->sc_thread_mtx);
877 mutex_enter(&sc->sc_thread_mtx);
886 mutex_exit(&sc->sc_thread_mtx);
1833 mutex_enter(&sc->sc_thread_mtx);
1837 mutex_exit(&sc->sc_thread_mtx);
    [all...]
udl.h 127 kmutex_t sc_thread_mtx; member in struct:udl_softc

Completed in 15 milliseconds