Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c3018 kcondvar_t ip_cv; member
3980 cv_signal(&p_arg->ip_cv); in ibcm_process_get_ip_paths()
4163 cv_init(&path_tq->ip_cv, NULL, CV_DRIVER, NULL); in ibcm_get_ip_path()
4175 cv_destroy(&path_tq->ip_cv); in ibcm_get_ip_path()
4188 cv_wait(&path_tq->ip_cv, &path_tq->ip_lock); in ibcm_get_ip_path()
4191 cv_destroy(&path_tq->ip_cv); in ibcm_get_ip_path()