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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c622 cv_init(&hca_devp->hd_async_busy_cv, NULL, CV_DEFAULT, NULL);
811 cv_destroy(&hca_devp->hd_async_busy_cv);
H A Dibtl_handlers.c636 cv_wait(&hca_devp->hd_async_busy_cv, &ibtl_clnt_list_mutex);
793 cv_broadcast(&hca_devp->hd_async_busy_cv);
1628 cv_broadcast(&hca_devp->hd_async_busy_cv);
1660 cv_wait(&hca_devp->hd_async_busy_cv, &ibtl_clnt_list_mutex);
1804 cv_broadcast(&hca_devp->hd_async_busy_cv);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h163 kcondvar_t hd_async_busy_cv; /* wakeup when #clients = 0 */ member in struct:ibtl_hca_devinfo_s
182 _NOTE(SCHEME_PROTECTS_DATA("hd_async_busy and hd_async_busy_cv",

Completed in 50 milliseconds