threads_pending 108 dev/usb/usb.c volatile int threads_pending = 0; threads_pending 248 dev/usb/usb.c threads_pending++; threads_pending 313 dev/usb/usb.c while (sc->sc_bus->usbrev != USBREV_2_0 && threads_pending) threads_pending 314 dev/usb/usb.c (void)tsleep((void *)&threads_pending, PWAIT, "config", 0); threads_pending 323 dev/usb/usb.c threads_pending--; threads_pending 324 dev/usb/usb.c wakeup((void *)&threads_pending);