Home | History | Annotate | Download | only in usb

Lines Matching refs:sc_closing

140 	char			sc_closing;
332 sc->sc_closing = sc->sc_dying = 1;
337 tsleep(&sc->sc_closing, PWAIT, "usircl", 0);
530 while (!sc->sc_closing) {
534 if (!sc->sc_closing) {
554 wakeup(&sc->sc_closing);
574 if (status == USBD_CANCELLED || sc->sc_closing) /* this is normal */
735 sc->sc_closing = 0;
789 sc->sc_closing = 1;
794 tsleep(&sc->sc_closing, PWAIT, "usircl", 0);