Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c1037 if (smb_threshold_enter(&sv->sv_logoff_ct) != 0) { in smb_user_auth_logoff()
1046 smb_threshold_exit(&sv->sv_logoff_ct); in smb_user_auth_logoff()
H A Dsmb_server.c488 smb_threshold_init(&sv->sv_logoff_ct, SMB_LOGOFF_CMD, in smb_server_create()
548 smb_threshold_fini(&sv->sv_logoff_ct); in smb_server_delete()
1605 smb_threshold_wake_all(&sv->sv_logoff_ct); in smb_server_shutdown()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2185 smb_cmd_threshold_t sv_logoff_ct; member