Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_process.h55 struct thread *up_ptr; member
57 struct proc *up_ptr; member
Dusb_process.c152 up->up_ptr = NULL; in usb_process_thread()
223 up->up_ptr = NULL; in usb_proc_create()
226 up->up_ptr = (struct thread *)(UINTPTR)td; in usb_proc_create()
442 while (up->up_ptr) { in usb_proc_drain()