Searched refs:smb_cmd_threshold_t (Results 1 – 3 of 3) sorted by relevance
882 void smb_threshold_init(smb_cmd_threshold_t *,884 void smb_threshold_fini(smb_cmd_threshold_t *);885 int smb_threshold_enter(smb_cmd_threshold_t *);886 void smb_threshold_exit(smb_cmd_threshold_t *);887 void smb_threshold_wake_all(smb_cmd_threshold_t *);
1803 } smb_cmd_threshold_t; typedef1885 smb_cmd_threshold_t sv_ssetup_ct;1886 smb_cmd_threshold_t sv_tcon_ct;1887 smb_cmd_threshold_t sv_opipe_ct;
1650 smb_threshold_init(smb_cmd_threshold_t *ct, char *cmd, in smb_threshold_init()1653 bzero(ct, sizeof (smb_cmd_threshold_t)); in smb_threshold_init()1663 smb_threshold_fini(smb_cmd_threshold_t *ct) in smb_threshold_fini()1676 smb_threshold_enter(smb_cmd_threshold_t *ct) in smb_threshold_enter()1706 smb_threshold_exit(smb_cmd_threshold_t *ct) in smb_threshold_exit()1717 smb_threshold_wake_all(smb_cmd_threshold_t *ct) in smb_threshold_wake_all()