Searched refs:cb_cv (Results 1 – 5 of 5) sorted by relevance
248 kcondvar_t cb_cv; member
960 cv_init(&hca->cb_cv, NULL, CV_DRIVER, NULL); in rpcib_open_hcas()2123 cv_signal(&hca->cb_cv); in rib_disconnect_channel()4854 cv_wait(&hca->cb_cv, &hca->inuse_lock); in rib_stop_hca_services()
277 cv_broadcast(cbp->cb_cv); /* let the others know */ in rfs4_do_cb_null()320 cv_broadcast(cbp->cb_cv); /* start up the other threads */ in rfs4_do_cb_null()372 cv_wait(cbp->cb_cv, cbp->cb_lock); /* if so, wait on it */ in rfs4_cbinfo_hold()
1634 cv_destroy(cp->rc_cbinfo.cb_cv); in rfs4_client_destroy()1718 cv_init(cp->rc_cbinfo.cb_cv, NULL, CV_DEFAULT, NULL); in rfs4_client_create()
324 kcondvar_t cb_cv[1]; member