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

  /src/sys/dev/ic/
cissvar.h 40 kmutex_t sc_mutex_scratch; member in struct:ciss_softc
ciss.c 310 mutex_init(&sc->sc_mutex_scratch, MUTEX_DEFAULT, IPL_VM);
393 mutex_enter(&sc->sc_mutex_scratch); /* is this really needed? */
397 mutex_exit(&sc->sc_mutex_scratch);
406 mutex_exit(&sc->sc_mutex_scratch);
428 mutex_exit(&sc->sc_mutex_scratch);
983 mutex_enter(&sc->sc_mutex_scratch);
1006 mutex_exit(&sc->sc_mutex_scratch);
1013 mutex_exit(&sc->sc_mutex_scratch);
1025 mutex_enter(&sc->sc_mutex_scratch);
1047 mutex_exit(&sc->sc_mutex_scratch);
    [all...]

Completed in 12 milliseconds