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

  /src/sys/dev/pci/
mfii.c 332 kmutex_t sc_reply_postq_mtx; member in struct:mfii_softc
733 mutex_init(&sc->sc_reply_postq_mtx, MUTEX_DEFAULT, IPL_BIO);
2218 mutex_enter(&sc->sc_reply_postq_mtx);
2257 mutex_exit(&sc->sc_reply_postq_mtx);
mfii.c 332 kmutex_t sc_reply_postq_mtx; member in struct:mfii_softc
733 mutex_init(&sc->sc_reply_postq_mtx, MUTEX_DEFAULT, IPL_BIO);
2218 mutex_enter(&sc->sc_reply_postq_mtx);
2257 mutex_exit(&sc->sc_reply_postq_mtx);

Completed in 28 milliseconds