Searched refs:ct_threshold (Results 1 – 2 of 2) sorted by relevance
1658 ct->ct_threshold = threshold; in smb_threshold_init()1683 while (ct->ct_threshold != 0 && in smb_threshold_enter()1684 ct->ct_threshold <= ct->ct_active_cnt) { in smb_threshold_enter()1693 if (ct->ct_threshold == 0) { in smb_threshold_enter()1698 ASSERT3U(ct->ct_active_cnt, <, ct->ct_threshold); in smb_threshold_enter()1720 ct->ct_threshold = 0; in smb_threshold_wake_all()
1800 uint32_t ct_threshold; member