Searched defs:drmach_iocage_cv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c531 static kcondvar_t drmach_iocage_cv; variable
2752 cv_init(&drmach_iocage_cv, NULL, CV_DRIVER, NULL);
2763 cv_signal(&drmach_iocage_cv);
2816 cv_destroy(&drmach_iocage_cv);
3670 cv_wait(&drmach_iocage_cv, &drmach_iocage_lock);
3768 cv_signal(&drmach_iocage_cv);
4402 cv_wait(&drmach_iocage_cv,
4462 cv_signal(&drmach_iocage_cv);
7243 cv_wait(&drmach_iocage_cv, &drmach_iocage_lock);
7306 cv_signal(&drmach_iocage_cv);
[all...]

Completed in 77 milliseconds