Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c100 SMB_CO_UNLOCK(&smb_vclist); in smb_sm_idle()
171 SMB_CO_UNLOCK(cp); in smb_co_hold()
186 SMB_CO_UNLOCK(co); in smb_co_rele()
219 SMB_CO_UNLOCK(co); in smb_co_rele()
237 SMB_CO_UNLOCK(parent); in smb_co_rele()
273 SMB_CO_UNLOCK(co); in smb_co_kill()
522 SMB_CO_UNLOCK(&smb_vclist); in smb_vc_findcreate()
865 SMB_CO_UNLOCK(&smb_vclist); in nsmb_zone_shutdown()
906 SMB_CO_UNLOCK(&smb_vclist); in nsmb_zone_destroy()
H A Dsmb_conn.h109 #define SMB_CO_UNLOCK(cp) mutex_exit(&(cp)->co_lock) macro