Home
last modified time | relevance | path

Searched refs:s_thread (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c2035 impl_tokenp->s_count, (void *)impl_tokenp->s_thread, in usb_serialize_access()
2039 impl_tokenp->s_thread != curthread) { in usb_serialize_access()
2088 impl_tokenp->s_thread = curthread; in usb_serialize_access()
2125 if (!impl_tokenp->s_count || ((impl_tokenp->s_thread == curthread) && in usb_try_serialize_access()
2127 impl_tokenp->s_thread = curthread; in usb_try_serialize_access()
2142 impl_tokenp->s_count, (void *)impl_tokenp->s_thread); in usb_try_serialize_access()
2166 if (impl_tokenp->s_thread != curthread) { in usb_release_access()
2170 ASSERT(impl_tokenp->s_thread == curthread); in usb_release_access()
2174 impl_tokenp->s_thread = NULL; in usb_release_access()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h440 kthread_t *s_thread; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c478 session->s_thread = curthread; in smb_session_receiver()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h932 kthread_t *s_thread; member