Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h65 USBSER_THR_RUNNING = 0x01, /* thread is running */ enumerator
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1872 ASSERT((thr->thr_flags & USBSER_THR_RUNNING) == 0); in usbser_thr_dispatch()
1874 thr->thr_flags = USBSER_THR_RUNNING; in usbser_thr_dispatch()
1892 thr->thr_flags &= ~USBSER_THR_RUNNING; in usbser_thr_cancel()
1928 while (thr->thr_flags & USBSER_THR_RUNNING) { in usbser_wq_thread()
1975 while (thr->thr_flags & USBSER_THR_RUNNING) { in usbser_rq_thread()