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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c655 usbser_thr_wake(&pp->port_wq_thread);
858 pp->port_wq_thread.thr_port = pp;
859 pp->port_wq_thread.thr_func = usbser_wq_thread;
860 pp->port_wq_thread.thr_arg = (void *)&pp->port_wq_thread;
861 cv_init(&pp->port_wq_thread.thr_cv, NULL, CV_DEFAULT, NULL);
956 cv_destroy(&pp->port_wq_thread.thr_cv);
1330 usbser_thr_wake(&pp->port_wq_thread);
1511 usbser_thr_dispatch(&pp->port_wq_thread);
1608 usbser_thr_cancel(&pp->port_wq_thread);
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h113 usbser_thread_t port_wq_thread; /* wq thread */ member in struct:usbser_port

Completed in 106 milliseconds