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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h625 * config_cv can be used by any thread waiting on the configuring
632 kcondvar_t config_cv; member in struct:pmcs_hw
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1650 cv_destroy(&pwp->config_cv);
2562 cv_init(&pwp->config_cv, NULL, CV_DRIVER, NULL);
H A Dpmcs_subr.c1851 cv_wait(&pwp->config_cv, &pwp->config_lock);
2605 cv_signal(&pwp->config_cv);
2629 cv_signal(&pwp->config_cv);

Completed in 87 milliseconds