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

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c140 static kcondvar_t devid_discovery_cv; variable
192 cv_init(&devid_discovery_cv, NULL, CV_DRIVER, NULL);
465 cv_wait(&devid_discovery_cv, &devid_discovery_mutex);
484 cv_broadcast(&devid_discovery_cv);

Completed in 314 milliseconds