smb_cmd_threshold_t
smb_threshold_init(smb_cmd_threshold_t *ct, char *cmd,
bzero(ct, sizeof (smb_cmd_threshold_t));
smb_threshold_fini(smb_cmd_threshold_t *ct)
smb_threshold_enter(smb_cmd_threshold_t *ct)
smb_threshold_exit(smb_cmd_threshold_t *ct)
smb_threshold_wake_all(smb_cmd_threshold_t *ct)
void smb_threshold_init(smb_cmd_threshold_t *,
void smb_threshold_fini(smb_cmd_threshold_t *);
int smb_threshold_enter(smb_cmd_threshold_t *);
void smb_threshold_exit(smb_cmd_threshold_t *);
void smb_threshold_wake_all(smb_cmd_threshold_t *);
smb_cmd_threshold_t sv_ssetup_ct;
smb_cmd_threshold_t sv_tcon_ct;
smb_cmd_threshold_t sv_opipe_ct;
smb_cmd_threshold_t sv_logoff_ct;