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

  /src/sys/dev/usb/
uhidev.c 111 struct lwp *sc_configlock; member in struct:uhidev_softc
118 * - Written under sc_configlock only when transitioning to and
204 sc->sc_configlock = NULL;
535 KASSERT(sc->sc_configlock == NULL);
622 if (sc->sc_configlock == NULL)
629 sc->sc_configlock = curlwp;
639 while (sc->sc_configlock)
641 sc->sc_configlock = curlwp;
649 KASSERTMSG(sc->sc_configlock == curlwp, "%s: migrated from %p to %p",
650 device_xname(sc->sc_dev), curlwp, sc->sc_configlock);
    [all...]

Completed in 15 milliseconds