Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1873 smb_threshold_init(smb_cmd_threshold_t *ct, char *cmd, in smb_threshold_init()
1876 bzero(ct, sizeof (smb_cmd_threshold_t)); in smb_threshold_init()
1886 smb_threshold_fini(smb_cmd_threshold_t *ct) in smb_threshold_fini()
1899 smb_threshold_enter(smb_cmd_threshold_t *ct) in smb_threshold_enter()
1929 smb_threshold_exit(smb_cmd_threshold_t *ct) in smb_threshold_exit()
1940 smb_threshold_wake_all(smb_cmd_threshold_t *ct) in smb_threshold_wake_all()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h990 void smb_threshold_init(smb_cmd_threshold_t *,
992 void smb_threshold_fini(smb_cmd_threshold_t *);
993 int smb_threshold_enter(smb_cmd_threshold_t *);
994 void smb_threshold_exit(smb_cmd_threshold_t *);
995 void smb_threshold_wake_all(smb_cmd_threshold_t *);
H A Dsmb_ktypes.h2087 } smb_cmd_threshold_t; typedef
2182 smb_cmd_threshold_t sv_ssetup_ct;
2183 smb_cmd_threshold_t sv_tcon_ct;
2184 smb_cmd_threshold_t sv_opipe_ct;
2185 smb_cmd_threshold_t sv_logoff_ct;