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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c563 static kcondvar_t fcip_global_cv; variable
624 cv_init(&fcip_global_cv, NULL, CV_DRIVER, NULL);
638 cv_destroy(&fcip_global_cv);
674 cv_destroy(&fcip_global_cv);
685 cv_destroy(&fcip_global_cv);
742 cv_destroy(&fcip_global_cv);
1093 (void) cv_timedwait(&fcip_global_cv, &fcip_global_mutex,
1485 cv_signal(&fcip_global_cv);

Completed in 58 milliseconds