Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_process.c105 up->up_curtd = td; in usb_process()
383 if (up->up_curtd == curthread) { in usb_proc_mwait()
494 return (up->up_curtd == curthread); in usb_proc_is_called_from()
H A Dusb_process.h60 struct thread *up_curtd; member