Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c363 if ((rc = smb_threshold_enter(&sv->sv_opipe_ct)) != 0) { in smb_open_subr()
374 smb_threshold_exit(&sv->sv_opipe_ct); in smb_open_subr()
H A Dsmb_server.c437 smb_threshold_init(&sv->sv_opipe_ct, SMB_OPIPE_CMD, in smb_server_create()
500 smb_threshold_fini(&sv->sv_opipe_ct); in smb_server_delete()
1413 smb_threshold_wake_all(&sv->sv_opipe_ct); in smb_server_shutdown()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1961 smb_cmd_threshold_t sv_opipe_ct; member