Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c78 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_create()
80 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_create()
94 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_create()
108 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_destroy()
112 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_destroy()
122 (void) cond_wait(&chandle->ch_cv, &chandle->ch_mtx); in smb_cache_destroy()
128 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_destroy()
309 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_refreshing()
319 &chandle->ch_mtx); in smb_cache_refreshing()
338 (void) mutex_unlock(&chandle->ch_mtx); in smb_cache_refreshing()
[all …]
H A Dlibsmb.h930 mutex_t ch_mtx; member