Searched refs:call_lock (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 364 mutex_init(&p->cku_call.call_lock, NULL, MUTEX_DEFAULT, NULL); in clnt_clts_kcreate() 631 mutex_enter(&call->call_lock); in clnt_clts_kcallit_addr() 646 &call->call_lock, cv_timout)) > 0 && in clnt_clts_kcallit_addr() 652 &call->call_lock, cv_timout)) > 0 && in clnt_clts_kcallit_addr() 675 mutex_exit(&call->call_lock); in clnt_clts_kcallit_addr() 1108 mutex_destroy(&call->call_lock); in clnt_clts_kdestroy() 2161 mutex_enter(&e->call_lock); in clnt_clts_dispatch_notify() 2168 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify() 2190 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify()
|
H A D | clnt_cots.c | 584 mutex_init(&p->cku_call.call_lock, NULL, MUTEX_DEFAULT, NULL); in clnt_cots_kcreate() 762 mutex_destroy(&call->call_lock); in clnt_cots_kdestroy() 1174 mutex_enter(&call->call_lock); in clnt_cots_kcallit() 1204 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1210 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1273 mutex_exit(&call->call_lock); in clnt_cots_kcallit() 1377 mutex_enter(&call->call_lock); in clnt_cots_kcallit() 1380 mutex_exit(&call->call_lock); in clnt_cots_kcallit() 3216 mutex_enter(&e->call_lock); in clnt_dispatch_notify() 3223 mutex_exit(&e->call_lock); in clnt_dispatch_notify() [all …]
|
H A D | clnt.h | 272 kmutex_t call_lock; /* lock for cv */ member
|