sc_event_thread   193 dev/cardbus/cardslot.c 	if (kthread_create(cardslot_event_thread, sc, &sc->sc_event_thread,
sc_event_thread   409 dev/cardbus/cardslot.c 	sc->sc_event_thread = NULL;
sc_event_thread    79 dev/cardbus/cardslotvar.h 	struct proc *sc_event_thread;
sc_event_thread   169 dev/pci/pccbbvar.h 	struct proc *sc_event_thread;
sc_event_thread   101 dev/usb/usb.c  	struct proc	*sc_event_thread;
sc_event_thread   250 dev/usb/usb.c  	if (kthread_create(usb_event_thread, sc, &sc->sc_event_thread,
sc_event_thread   341 dev/usb/usb.c  	sc->sc_event_thread = NULL;
sc_event_thread   826 dev/usb/usb.c  	if (sc->sc_event_thread != NULL) {