Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c3019 kcondvar_t ip_cv; member
3981 cv_signal(&p_arg->ip_cv); in ibcm_process_get_ip_paths()
4164 cv_init(&path_tq->ip_cv, NULL, CV_DRIVER, NULL); in ibcm_get_ip_path()
4176 cv_destroy(&path_tq->ip_cv); in ibcm_get_ip_path()
4189 cv_wait(&path_tq->ip_cv, &path_tq->ip_lock); in ibcm_get_ip_path()
4192 cv_destroy(&path_tq->ip_cv); in ibcm_get_ip_path()