Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_process.c73 up->up_curtd = td; in usb_process_thread()
391 if (up->up_curtd == (struct thread *)(UINTPTR)curthread) { in usb_proc_mwait()
499 return (up->up_curtd == (struct thread *)(UINTPTR)curthread); in usb_proc_is_called_from()
Dusb_process.h59 struct thread *up_curtd; member