Home
last modified time | relevance | path

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); in usbser_wsrv()
858 pp->port_wq_thread.thr_port = pp; in usbser_attach_ports()
859 pp->port_wq_thread.thr_func = usbser_wq_thread; in usbser_attach_ports()
860 pp->port_wq_thread.thr_arg = (void *)&pp->port_wq_thread; in usbser_attach_ports()
956 cv_destroy(&pp->port_wq_thread.thr_cv); in usbser_detach_ports()
1330 usbser_thr_wake(&pp->port_wq_thread); in usbser_restore_ports_state()
1511 usbser_thr_dispatch(&pp->port_wq_thread); in usbser_open_init()
1608 usbser_thr_cancel(&pp->port_wq_thread); in usbser_open_fini()
2054 usbser_thr_wake(&pp->port_wq_thread); in usbser_tx_cb()
2330 usbser_thr_wake(&pp->port_wq_thread); in usbser_status_cb()
[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