Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c858 pp->port_wq_thread.thr_port = pp; in usbser_attach_ports()
863 pp->port_rq_thread.thr_port = pp; in usbser_attach_ports()
1866 usbser_port_t *pp = thr->thr_port; in usbser_thr_dispatch()
1887 usbser_port_t *pp = thr->thr_port; in usbser_thr_cancel()
1908 ASSERT(mutex_owned(&thr->thr_port->port_mutex)); in usbser_thr_wake()
1922 usbser_port_t *pp = thr->thr_port; in usbser_wq_thread()
1969 usbser_port_t *pp = thr->thr_port; in usbser_rq_thread()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h56 usbser_port_t *thr_port; /* port owner of this thread */ member