Searched refs:ct_cond (Results 1 – 2 of 2) sorted by relevance
1655 cv_init(&ct->ct_cond, NULL, CV_DEFAULT, NULL); in smb_threshold_init()1665 cv_destroy(&ct->ct_cond); in smb_threshold_fini()1686 rem = cv_timedwait(&ct->ct_cond, &ct->ct_mutex, time); in smb_threshold_enter()1712 cv_signal(&ct->ct_cond); in smb_threshold_exit()1721 cv_broadcast(&ct->ct_cond); in smb_threshold_wake_all()
1802 kcondvar_t ct_cond; member