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 109 struct lwp *sc_configlock; member in struct:uhidev_softc
116 * - Written under sc_configlock only when transitioning to and
200 sc->sc_configlock = NULL;
529 KASSERT(sc->sc_configlock == NULL);
616 if (sc->sc_configlock == NULL)
623 sc->sc_configlock = curlwp;
633 while (sc->sc_configlock)
635 sc->sc_configlock = curlwp;
643 KASSERTMSG(sc->sc_configlock == curlwp, "%s: migrated from %p to %p",
644 device_xname(sc->sc_dev), curlwp, sc->sc_configlock);
    [all...]

Completed in 12 milliseconds