Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c346 if ((rc = smb_threshold_enter(&sv->sv_opipe_ct)) != 0) { in smb_common_open()
359 smb_threshold_exit(&sv->sv_opipe_ct); in smb_common_open()
H A Dsmb_server.c486 smb_threshold_init(&sv->sv_opipe_ct, SMB_OPIPE_CMD, in smb_server_create()
547 smb_threshold_fini(&sv->sv_opipe_ct); in smb_server_delete()
1604 smb_threshold_wake_all(&sv->sv_opipe_ct); in smb_server_shutdown()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2184 smb_cmd_threshold_t sv_opipe_ct; member