Home
last modified time | relevance | path

Searched refs:sc_attach_thread (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusb.c149 struct lwp *sc_attach_thread; member
492 sc->sc_attach_thread = curlwp; in usb_doattach()
495 sc->sc_attach_thread = NULL; in usb_doattach()
556 return curlwp == sc->sc_event_thread || curlwp == sc->sc_attach_thread; in usb_in_event_thread()