Searched refs:port_rq_thread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h114 usbser_thread_t port_rq_thread; /* rq thread */ member in struct:usbser_port
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c599 usbser_thr_wake(&pp->port_rq_thread);
863 pp->port_rq_thread.thr_port = pp;
864 pp->port_rq_thread.thr_func = usbser_rq_thread;
865 pp->port_rq_thread.thr_arg = (void *)&pp->port_rq_thread;
866 cv_init(&pp->port_rq_thread.thr_cv, NULL, CV_DEFAULT, NULL);
957 cv_destroy(&pp->port_rq_thread.thr_cv);
1331 usbser_thr_wake(&pp->port_rq_thread);
1512 usbser_thr_dispatch(&pp->port_rq_thread);
1609 usbser_thr_cancel(&pp->port_rq_thread);
[all...]

Completed in 52 milliseconds