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