Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c85 static kcondvar_t sghsc_event_thread_cv; variable
252 cv_init(&sghsc_event_thread_cv, NULL, CV_DRIVER, NULL); in _init()
279 cv_signal(&sghsc_event_thread_cv); in _fini()
283 cv_wait(&sghsc_event_thread_cv, &sghsc_event_thread_mutex); in _fini()
288 cv_destroy(&sghsc_event_thread_cv); in _fini()
1585 cv_signal(&sghsc_event_thread_cv); in sghsc_event_handler()
1611 cv_wait(&sghsc_event_thread_cv, &sghsc_event_thread_mutex); in sghsc_event_thread_code()
1686 cv_signal(&sghsc_event_thread_cv); in sghsc_event_thread_code()