Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_configlock

109 	struct lwp *sc_configlock;
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);
646 sc->sc_configlock = NULL;