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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c175 static kcondvar_t inst_cv; /* Allows us to wait for shutdown */ variable
756 cv_wait(&inst_cv, &inst_lock);
811 cv_broadcast(&inst_cv);
3340 cv_init(&inst_cv, NULL, CV_DRIVER, NULL);
3363 cv_destroy(&inst_cv);

Completed in 52 milliseconds