Home
last modified time | relevance | path

Searched refs:skc_cv (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun/sys/
H A Dsocalvar.h97 kcondvar_t skc_cv; /* cond var for CQ manipulation. */ member
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c1034 cv_destroy(&socalp->request[i].skc_cv); in socal_dodetach()
1035 cv_destroy(&socalp->response[i].skc_cv); in socal_dodetach()
1899 cv_init(&socalp->request[index].skc_cv, NULL, CV_DRIVER, NULL); in socal_cqalloc_init()
1900 cv_init(&socalp->response[index].skc_cv, NULL, CV_DRIVER, NULL); in socal_cqalloc_init()
2044 cv_destroy(&socalp->request[index].skc_cv); in socal_cqalloc_init()
2045 cv_destroy(&socalp->response[index].skc_cv); in socal_cqalloc_init()
2204 cv_broadcast(&socalp->request[i].skc_cv); in socal_doreset()
3264 cv_broadcast(&kcq->skc_cv); in socal_intr()