Searched refs:task_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h276 * Change these variables with task_mu held and signal task_cv
280 kcondvar_t task_cv; /* cv for wait on event thread */ member in struct:__anon7050
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c647 cv_init(&ssp->task_cv, NULL, CV_DRIVER, NULL);
3131 (void) cv_reltimedwait(&ssp->task_cv,
3195 cv_signal(&ssp->task_cv);
3247 cv_signal(&ssp->task_cv);
3283 cv_signal(&ssp->task_cv);
5147 cv_destroy(&ssp->task_cv);
5423 cv_signal(&ssp->task_cv);

Completed in 69 milliseconds