Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c88 chandle->ch_nops = 0; in smb_cache_create()
121 while (chandle->ch_nops > 0) in smb_cache_destroy()
404 chandle->ch_nops++; in smb_cache_lock()
449 assert(chandle->ch_nops > 0); in smb_cache_unlock()
450 chandle->ch_nops--; in smb_cache_unlock()
H A Dlibsmb.h953 uint32_t ch_nops; member