Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dipp_impl.h103 kcondvar_t cl_cv[1]; member
118 cv_init((_clp)->cl_cv, NULL, CV_DEFAULT, NULL); \
124 cv_destroy((_clp)->cl_cv); \
134 cv_wait((_clp)->cl_cv, \
143 cv_wait((_clp)->cl_cv, \
158 cv_broadcast((_clp)->cl_cv); \
164 cv_broadcast((_clp)->cl_cv); \
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c302 addr + ((uintptr_t)clp->cl_cv - (uintptr_t)clp)); in cfglock()