Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h882 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 *);
H A Dsmb_ktypes.h1803 } smb_cmd_threshold_t; typedef
1885 smb_cmd_threshold_t sv_ssetup_ct;
1886 smb_cmd_threshold_t sv_tcon_ct;
1887 smb_cmd_threshold_t sv_opipe_ct;
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1650 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()