Searched refs:ch_mtx (Results 1 – 2 of 2) sorted by relevance
78 (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 …]
930 mutex_t ch_mtx; member