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

  /src/sys/dev/hdaudio/
hdaudio.c 799 mutex_init(&sc->sc_stream_mtx, MUTEX_DEFAULT, IPL_AUDIO);
905 mutex_destroy(&sc->sc_stream_mtx);
1007 mutex_enter(&sc->sc_stream_mtx);
1016 mutex_exit(&sc->sc_stream_mtx);
1038 mutex_enter(&sc->sc_stream_mtx);
1053 mutex_exit(&sc->sc_stream_mtx);
1056 mutex_exit(&sc->sc_stream_mtx);
1071 mutex_enter(&sc->sc_stream_mtx);
1077 mutex_exit(&sc->sc_stream_mtx);
hdaudiovar.h 162 kmutex_t sc_stream_mtx; member in struct:hdaudio_softc

Completed in 16 milliseconds