Home
last modified time | relevance | path

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

/titanic_50/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); in _init()
172 cv_destroy(&ibtl_close_hca_cv); in _fini()
H A Dibtl_hca.c247 cv_wait(&ibtl_close_hca_cv, &ibtl_clnt_list_mutex); in ibt_close_hca()
303 cv_signal(&ibtl_close_hca_cv); in ibtl_close_hca_check()
/titanic_50/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h593 extern kcondvar_t ibtl_close_hca_cv;