Searched refs:call_cv (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 578 cv_init(&p->cku_call.call_cv, NULL, CV_DEFAULT, NULL); in clnt_cots_kcreate() 757 cv_destroy(&call->call_cv); in clnt_cots_kdestroy() 1195 while ((cv_wait_ret = cv_timedwait(&call->call_cv, in clnt_cots_kcallit() 1201 &call->call_cv, in clnt_cots_kcallit() 2232 cv_init(&call.call_cv, NULL, CV_DEFAULT, NULL); in connmgr_get() 2240 cv_destroy(&call.call_cv); in connmgr_get() 2369 cv_init(&call.call_cv, NULL, CV_DEFAULT, NULL); in connmgr_wrapconnect() 2376 cv_destroy(&call.call_cv); in connmgr_wrapconnect() 3249 cv_signal(&e->call_cv); in clnt_dispatch_notify() 3334 cv_signal(&e->call_cv); in clnt_dispatch_notifyconn() [all …]
|
H A D | clnt_clts.c | 356 cv_init(&p->cku_call.call_cv, NULL, CV_DEFAULT, NULL); in clnt_clts_kcreate() 634 cv_timedwait(&call->call_cv, in clnt_clts_kcallit_addr() 640 cv_timedwait_sig(&call->call_cv, in clnt_clts_kcallit_addr() 1093 cv_destroy(&call->call_cv); in clnt_clts_kdestroy() 2175 cv_signal(&e->call_cv); in clnt_clts_dispatch_notify()
|
H A D | clnt.h | 271 kcondvar_t call_cv; /* cv to notify when reply is done */ member
|