Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
354 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_ready()
384 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_lock()
448 (void) mutex_lock(&chandle->ch_mtx); in smb_cache_unlock()
[all …]
H A Dlibsmb.h957 mutex_t ch_mtx; member