Searched refs:busycv (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h150 kcondvar_t busycv; member in struct:diskqueue
H A Drdc_io.h518 kcondvar_t busycv; /* wait for ioctl to complete */ member in struct:rdc_k_info
H A Drdc_io.c276 cv_destroy(&krdc->busycv);
355 cv_init(&krdc->busycv, NULL, CV_DRIVER, NULL);
502 cv_wait(&krdc->busycv, &rdc_conf_lock);
532 cv_broadcast(&krdc->busycv);
6676 cv_init(&group->diskq.busycv, NULL, CV_DRIVER, NULL);
6719 cv_destroy(&group->diskq.busycv);
H A Drdc_diskq.c94 cv_wait(&q->busycv, QLOCK(q));
110 cv_broadcast(&q->busycv);

Completed in 167 milliseconds