Home
last modified time | relevance | path

Searched refs:call_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c364 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()
1119 mutex_destroy(&call->call_lock); in clnt_clts_kdestroy()
2172 mutex_enter(&e->call_lock); in clnt_clts_dispatch_notify()
2179 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify()
2201 mutex_exit(&e->call_lock); in clnt_clts_dispatch_notify()
H A Dclnt_cots.c586 mutex_init(&p->cku_call.call_lock, NULL, MUTEX_DEFAULT, NULL); in clnt_cots_kcreate()
765 mutex_destroy(&call->call_lock); in clnt_cots_kdestroy()
1177 mutex_enter(&call->call_lock); in clnt_cots_kcallit()
1207 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1213 &call->call_lock, timout)) > 0 && in clnt_cots_kcallit()
1276 mutex_exit(&call->call_lock); in clnt_cots_kcallit()
1380 mutex_enter(&call->call_lock); in clnt_cots_kcallit()
1383 mutex_exit(&call->call_lock); in clnt_cots_kcallit()
3214 mutex_enter(&e->call_lock); in clnt_dispatch_notify()
3221 mutex_exit(&e->call_lock); in clnt_dispatch_notify()
[all …]
H A Dclnt.h272 kmutex_t call_lock; /* lock for cv */ member