Searched refs:ct_active_cnt (Results 1 – 2 of 2) sorted by relevance
1684 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()
1798 volatile uint32_t ct_active_cnt; member