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

  /src/sys/arch/macppc/dev/
ki2cvar.h 106 kmutex_t sc_todevmtx; member in struct:ki2c_softc
cuda.c 97 kmutex_t sc_todevmtx; member in struct:cuda_softc
201 mutex_init(&sc->sc_todevmtx, MUTEX_DEFAULT, IPL_NONE);
786 mutex_enter(&sc->sc_todevmtx);
787 cv_timedwait(&sc->sc_todev, &sc->sc_todevmtx, hz);
788 mutex_exit(&sc->sc_todevmtx);
825 mutex_enter(&sc->sc_todevmtx);
826 cv_timedwait(&sc->sc_todev, &sc->sc_todevmtx, hz);
827 mutex_exit(&sc->sc_todevmtx);
885 mutex_enter(&sc->sc_todevmtx);
886 cv_timedwait(&sc->sc_todev, &sc->sc_todevmtx, hz)
    [all...]

Completed in 12 milliseconds