Home
last modified time | relevance | path

Searched refs:sv_ssetup_ct (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_authenticate.c745 if ((rc = smb_threshold_enter(&sv->sv_ssetup_ct)) != 0) in smb_authsock_open()
752 smb_threshold_exit(&sv->sv_ssetup_ct); in smb_authsock_open()
896 smb_threshold_exit(&user->u_server->sv_ssetup_ct); in smb_authsock_close()
H A Dsmb_server.c481 smb_threshold_init(&sv->sv_ssetup_ct, SMB_SSETUP_CMD, in smb_server_create()
544 smb_threshold_fini(&sv->sv_ssetup_ct); in smb_server_delete()
1660 smb_threshold_wake_all(&sv->sv_ssetup_ct); in smb_server_shutdown()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2181 smb_cmd_threshold_t sv_ssetup_ct; member