Home
last modified time | relevance | path

Searched refs:ct_threshold (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1881 ct->ct_threshold = threshold; in smb_threshold_init()
1906 while (ct->ct_threshold != 0 && in smb_threshold_enter()
1907 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1916 if (ct->ct_threshold == 0) { in smb_threshold_enter()
1921 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1943 ct->ct_threshold = 0; in smb_threshold_wake_all()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2084 uint32_t ct_threshold; member