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

  /src/sys/dev/
midi.c 88 static kmutex_t hwif_softc_lock; variable in typeref:typename:kmutex_t
270 mutex_init(&hwif_softc_lock, MUTEX_DEFAULT, IPL_NONE);
292 mutex_enter(&hwif_softc_lock);
298 mutex_exit(&hwif_softc_lock);
midi.c 88 static kmutex_t hwif_softc_lock; variable in typeref:typename:kmutex_t
270 mutex_init(&hwif_softc_lock, MUTEX_DEFAULT, IPL_NONE);
292 mutex_enter(&hwif_softc_lock);
298 mutex_exit(&hwif_softc_lock);

Completed in 23 milliseconds