Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1907 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()
1921 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()
1922 ct->ct_active_cnt++; in smb_threshold_enter()
1932 ASSERT3U(ct->ct_active_cnt, >, 0); in smb_threshold_exit()
1933 ct->ct_active_cnt--; in smb_threshold_exit()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2082 volatile uint32_t ct_active_cnt; member