Searched refs:ch_cm_cv (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c62 cv_signal(&chan->ch_cm_cv);
108 cv_wait(&chan->ch_cm_cv, &chan->ch_cm_mutex);
H A Dibtl_qp.c184 cv_init(&chanp->ch_cm_cv, NULL, CV_DEFAULT, NULL);
386 cv_init(&chanp->ch_cm_cv, NULL, CV_DEFAULT, NULL);
H A Dibtl_handlers.c854 cv_destroy(&(IBTL_QP2CHAN(ibtl_qp))->ch_cm_cv);
1149 cv_destroy(&(IBTL_QP2CHAN(ibtl_qp))->ch_cm_cv);
H A Dibtl_chan.c708 cv_init(&chanp->ch_cm_cv, NULL, CV_DEFAULT, NULL);
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h451 kcondvar_t ch_cm_cv; /* for recycle_rc */ member in struct:ibtl_channel_s

Completed in 67 milliseconds