Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1684 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1698 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1699 ct->ct_active_cnt++; in smb_threshold_enter()
1709 ASSERT3U(ct->ct_active_cnt, >, 0); in smb_threshold_exit()
1710 ct->ct_active_cnt--; in smb_threshold_exit()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1798 volatile uint32_t ct_active_cnt; member