Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h248 kcondvar_t cb_cv; member
H A Drpcib.c960 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()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c282 cv_broadcast(cbp->cb_cv); /* let the others know */ in rfs4_do_cb_null()
325 cv_broadcast(cbp->cb_cv); /* start up the other threads */ in rfs4_do_cb_null()
377 cv_wait(cbp->cb_cv, cbp->cb_lock); /* if so, wait on it */ in rfs4_cbinfo_hold()
H A Dnfs4_state.c1784 cv_destroy(cp->rc_cbinfo.cb_cv); in rfs4_client_destroy()
1879 cv_init(cp->rc_cbinfo.cb_cv, NULL, CV_DEFAULT, NULL); in rfs4_client_create()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h343 kcondvar_t cb_cv[1]; member