Home
last modified time | relevance | path

Searched refs:iosram_tswitch_wait (Results 1 – 1 of 1) sorted by relevance

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