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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c82 static kcondvar_t iosram_rw_wait; /* read/write wait cv */ variable
85 /* iosram_rw_wait cv */
220 cv_init(&iosram_rw_wait, NULL, CV_DRIVER, NULL);
247 cv_destroy(&iosram_rw_wait);
271 cv_destroy(&iosram_rw_wait);
841 cv_broadcast(&iosram_rw_wait);
1050 cv_broadcast(&iosram_rw_wait);
1577 cv_broadcast(&iosram_rw_wait);
2345 cv_wait(&iosram_rw_wait, &iosram_mutex);

Completed in 73 milliseconds