Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c565 if (ph_data->p_thread_id == 0) { in usba_hcdi_cb()
580 ph_data->p_thread_id = (kthread_t *)1; in usba_hcdi_cb()
601 ASSERT(ph_data->p_thread_id == (kthread_t *)1); in hcdi_cb_thread()
602 ph_data->p_thread_id = curthread; in hcdi_cb_thread()
632 ph_data->p_thread_id = 0; in hcdi_cb_thread()
/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h122 kthread_t *p_thread_id; member