Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1317 if (scsa2usbp->scsa2usb_work_thread_id == NULL) { in scsa2usb_cleanup()
2676 (void *)scsa2usbp->scsa2usb_work_thread_id, in scsa2usb_scsi_start()
2680 if (scsa2usbp->scsa2usb_work_thread_id == 0) { in scsa2usb_scsi_start()
2701 scsa2usbp->scsa2usb_work_thread_id = (kthread_t *)1; in scsa2usb_scsi_start()
4161 (void *)scsa2usbp->scsa2usb_work_thread_id); in scsa2usb_work_thread()
4163 ASSERT(scsa2usbp->scsa2usb_work_thread_id == (kthread_t *)1); in scsa2usb_work_thread()
4164 scsa2usbp->scsa2usb_work_thread_id = curthread; in scsa2usb_work_thread()
4197 scsa2usbp->scsa2usb_work_thread_id = 0; in scsa2usb_work_thread()
5448 if ((scsa2usbp->scsa2usb_work_thread_id == NULL) && in scsa2usb_disconnect_event_cb()
/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h336 kthread_t *scsa2usb_work_thread_id; /* handle commands */ member