Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h187 kcondvar_t ic_cv; member
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c483 cv_init(&ic->ic_cv, NULL, CV_DEFAULT, NULL); in idm_conn_create_common()
494 cv_destroy(&ic->ic_cv); in idm_conn_destroy_common()
H A Didm_so.c1160 cv_wait(&ic->ic_cv, &ic->ic_mutex); in idm_so_conn_connect_common()
2130 cv_signal(&ic->ic_cv); in idm_sorx_thread()
2895 cv_signal(&ic->ic_cv); in idm_sotx_thread()