Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c579 if (ph_data->p_thread_id == 0) { in usba_hcdi_cb()
594 ph_data->p_thread_id = (kthread_t *)1; in usba_hcdi_cb()
615 ASSERT(ph_data->p_thread_id == (kthread_t *)1); in hcdi_cb_thread()
616 ph_data->p_thread_id = curthread; in hcdi_cb_thread()
646 ph_data->p_thread_id = 0; in hcdi_cb_thread()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h131 kthread_t *p_thread_id; member