Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1658 ct->ct_threshold = threshold; in smb_threshold_init()
1683 while (ct->ct_threshold != 0 && in smb_threshold_enter()
1684 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1693 if (ct->ct_threshold == 0) { in smb_threshold_enter()
1698 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1720 ct->ct_threshold = 0; in smb_threshold_wake_all()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1800 uint32_t ct_threshold; member