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

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c510 static kcondvar_t sata_event_cv; variable
623 cv_init(&sata_event_cv, NULL, CV_DRIVER, NULL);
631 cv_destroy(&sata_event_cv);
648 cv_destroy(&sata_event_cv);
17577 cv_signal(&sata_event_cv);
17959 cv_signal(&sata_event_cv);
18069 (void) cv_reltimedwait(&sata_event_cv, &sata_event_mutex,

Completed in 273 milliseconds