Searched refs:call_lock (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_clts.c | 369 mutex_init(&p->cku_call.call_lock, NULL, MUTEX_DEFAULT, NULL); in clnt_clts_kcreate() 637 mutex_enter(&call->call_lock); in clnt_clts_kcallit_addr() 652 &call->call_lock, cv_timout)) > 0 && in clnt_clts_kcallit_addr() 658 &call->call_lock, cv_timout)) > 0 && in clnt_clts_kcallit_addr() 681 mutex_exit(&call->call_lock); in clnt_clts_kcallit_addr() 1135 mutex_destroy(&call->call_lock); in clnt_clts_kdestroy() 2207 mutex_enter(&e->call_lock); in clnt_clts_dispatch_notify() 2214 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify() 2236 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify()
|
| H A D | clnt_cots.c | 646 mutex_init(&p->cku_call.call_lock, NULL, MUTEX_DEFAULT, NULL); in clnt_cots_kcreate() 916 mutex_destroy(&call->call_lock); in clnt_cots_kdestroy() 1340 mutex_enter(&call->call_lock); in clnt_cots_kcallit() 1370 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1376 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit() 1439 mutex_exit(&call->call_lock); in clnt_cots_kcallit() 1543 mutex_enter(&call->call_lock); in clnt_cots_kcallit() 1546 mutex_exit(&call->call_lock); in clnt_cots_kcallit() 3911 mutex_enter(&e->call_lock); in clnt_dispatch_notify() 3918 mutex_exit(&e->call_lock); in clnt_dispatch_notify() [all …]
|
| H A D | clnt.h | 273 kmutex_t call_lock; /* lock for cv */ member
|