Searched refs:vncache_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c47 kmutex_t vncache_lock; variable
186 mutex_enter(&vncache_lock);
190 mutex_exit(&vncache_lock);
230 mutex_enter(&vncache_lock);
236 mutex_exit(&vncache_lock);
263 mutex_enter(&vncache_lock);
266 mutex_exit(&vncache_lock);
275 * the vncache_lock (for the avl tree) and then recheck
284 mutex_enter(&vncache_lock);
293 mutex_exit(&vncache_lock);
[all...]

Completed in 44 milliseconds