Searched refs:ibtl_close_hca_cv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c78 kcondvar_t ibtl_close_hca_cv; variable
146 cv_init(&ibtl_close_hca_cv, NULL, CV_DEFAULT, NULL);
172 cv_destroy(&ibtl_close_hca_cv);
H A Dibtl_hca.c247 cv_wait(&ibtl_close_hca_cv, &ibtl_clnt_list_mutex);
303 cv_signal(&ibtl_close_hca_cv);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h593 extern kcondvar_t ibtl_close_hca_cv;

Completed in 78 milliseconds