Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_process.c180 up->up_ptr = NULL; in usb_process()
216 &up->up_ptr, "%s", pmesg)) { in usb_proc_create()
218 up->up_ptr = NULL; in usb_proc_create()
470 while (up->up_ptr) { in usb_proc_drain()
481 USB_THREAD_SUSPEND(up->up_ptr); in usb_proc_drain()
H A Dusb_process.h58 struct thread *up_ptr; member