Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1686 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1700 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1701 ct->ct_active_cnt++; in smb_threshold_enter()
1711 ASSERT3U(ct->ct_active_cnt, >, 0); in smb_threshold_exit()
1712 ct->ct_active_cnt--; in smb_threshold_exit()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1872 volatile uint32_t ct_active_cnt; member