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

  /src/sys/dev/usb/
uatp.c 526 kmutex_t sc_tap_mutex; /* Protects the following fields. */ member in struct:uatp_softc
1530 mutex_enter(&sc->sc_tap_mutex);
1532 mutex_exit(&sc->sc_tap_mutex);
1652 KASSERT(mutex_owned(&sc->sc_tap_mutex));
1678 KASSERT(mutex_owned(&sc->sc_tap_mutex));
1994 KASSERT(mutex_owned(&sc->sc_tap_mutex));
2028 mutex_init(&sc->sc_tap_mutex, MUTEX_DEFAULT, IPL_SOFTUSB);
2036 mutex_destroy(&sc->sc_tap_mutex);
2042 mutex_enter(&sc->sc_tap_mutex);
2046 mutex_exit(&sc->sc_tap_mutex);
    [all...]

Completed in 70 milliseconds