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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c75 static kcondvar_t iosram_tswitch_wait; /* tunnel switch wait cv */ variable
78 /* iosram_tswitch_wait cv */
219 cv_init(&iosram_tswitch_wait, NULL, CV_DRIVER, NULL);
246 cv_destroy(&iosram_tswitch_wait);
270 cv_destroy(&iosram_tswitch_wait);
2321 cv_wait(&iosram_tswitch_wait, &iosram_mutex);
2436 cv_broadcast(&iosram_tswitch_wait);

Completed in 50 milliseconds