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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h371 kcondvar_t mw_cv; /* sender sleeps here */ member in struct:man_work_s
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c373 if (!cv_wait_sig(&wp->mw_cv, &man_lock)) {
H A Ddman.c881 cv_wait(&wp->mw_cv, &man_lock);
894 cv_wait(&wp->mw_cv, &man_lock);
4160 cv_signal(&wp->mw_cv);
4171 * He is in cv_wait_sig(wp->mw_cv). We forward the work request on to
4173 * man_iwork, who will cv_signal(wp->mw_cv) man_dr_detach.
4235 * DR thread is sleeping on wp->mw_cv. We change the work
4321 * He is in cv_wait_sig(wp->mw_cv). We remove the path and
4322 * cv_signal(wp->mw_cv) man_dr_detach.
5796 cv_signal(&wp->mw_cv);
7012 cv_init(&wp->mw_cv, NUL
[all...]

Completed in 73 milliseconds