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 797 mutex_init(&sc->sc_stream_mtx, MUTEX_DEFAULT, IPL_AUDIO);
903 mutex_destroy(&sc->sc_stream_mtx);
1005 mutex_enter(&sc->sc_stream_mtx);
1014 mutex_exit(&sc->sc_stream_mtx);
1036 mutex_enter(&sc->sc_stream_mtx);
1051 mutex_exit(&sc->sc_stream_mtx);
1054 mutex_exit(&sc->sc_stream_mtx);
1069 mutex_enter(&sc->sc_stream_mtx);
1075 mutex_exit(&sc->sc_stream_mtx);
hdaudiovar.h 162 kmutex_t sc_stream_mtx; member in struct:hdaudio_softc

Completed in 14 milliseconds