Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c68 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()
74 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()
79 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()
88 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()
160 mutex_enter(&sth->sth_mtx); in smb_thread_start()
162 mutex_exit(&sth->sth_mtx); in smb_thread_start()
166 mutex_exit(&sth->sth_mtx); in smb_thread_start()
180 mutex_enter(&sth->sth_mtx); in smb_thread_start()
191 mutex_exit(&sth->sth_mtx); in smb_thread_start()
244 mutex_exit(&thread->sth_mtx); in smb_thread_stop()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h278 kmutex_t sth_mtx; member