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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.c54 static struct smb_connobj smb_vclist; variable in typeref:struct:smb_connobj
79 smb_co_init(&smb_vclist, SMBL_SM, "smbsm ilock", "smbsm");
80 sx_xlock(&smb_vclist.co_interlock);
81 smb_co_unlock(&smb_vclist);
82 sx_unlock(&smb_vclist.co_interlock);
91 if (smb_vclist.co_usecount > 1) {
92 SMBERROR("%d connections still active\n", smb_vclist.co_usecount - 1);
95 smb_co_done(&smb_vclist);
104 sx_xlock(&smb_vclist.co_interlock);
105 error = smb_co_lock(&smb_vclist);
[all...]

Completed in 101 milliseconds