Searched refs:call_cv (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_cots.c | 645 cv_init(&p->cku_call.call_cv, NULL, CV_DEFAULT, NULL); in clnt_cots_kcreate() 915 cv_destroy(&call->call_cv); in clnt_cots_kdestroy() 1369 while ((cv_wait_ret = cv_timedwait(&call->call_cv, in clnt_cots_kcallit() 1375 &call->call_cv, in clnt_cots_kcallit() 2782 cv_init(&call.call_cv, NULL, CV_DEFAULT, NULL); in connmgr_get() 2790 cv_destroy(&call.call_cv); in connmgr_get() 2926 cv_init(&call.call_cv, NULL, CV_DEFAULT, NULL); in connmgr_wrapconnect() 2933 cv_destroy(&call.call_cv); in connmgr_wrapconnect() 3955 cv_signal(&e->call_cv); in clnt_dispatch_notify() 4040 cv_signal(&e->call_cv); in clnt_dispatch_notifyconn() [all …]
|
| H A D | clnt_clts.c | 368 cv_init(&p->cku_call.call_cv, NULL, CV_DEFAULT, NULL); in clnt_clts_kcreate() 651 cv_timedwait(&call->call_cv, in clnt_clts_kcallit_addr() 657 cv_timedwait_sig(&call->call_cv, in clnt_clts_kcallit_addr() 1134 cv_destroy(&call->call_cv); in clnt_clts_kdestroy() 2235 cv_signal(&e->call_cv); in clnt_clts_dispatch_notify()
|
| H A D | clnt.h | 272 kcondvar_t call_cv; /* cv to notify when reply is done */ member
|