Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c112 mutex_exit(&hostp->nh_lock); in update_host_rpcbinding()
115 mutex_enter(&hostp->nh_lock); in update_host_rpcbinding()
204 mutex_enter(&hostp->nh_lock); in nlm_host_get_rpc()
218 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()
239 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()
246 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()
268 mutex_enter(&hostp->nh_lock); in nlm_host_get_rpc()
292 mutex_enter(&hostp->nh_lock); in nlm_host_rele_rpc()
294 mutex_exit(&hostp->nh_lock); in nlm_host_rele_rpc()
316 mutex_enter(&hostp->nh_lock); in nlm_host_invalidate_binding()
[all …]
H A Dnlm_impl.c506 mutex_enter(&hostp->nh_lock); in nlm_reclaimer()
508 mutex_exit(&hostp->nh_lock); in nlm_reclaimer()
513 mutex_enter(&hostp->nh_lock); in nlm_reclaimer()
517 mutex_exit(&hostp->nh_lock); in nlm_reclaimer()
1013 mutex_exit(&hostp->nh_lock); in nlm_vhold_get()
1037 mutex_exit(&hostp->nh_lock); in nlm_vhold_get()
1070 mutex_exit(&hostp->nh_lock); in nlm_vhold_release()
1296 mutex_exit(&hostp->nh_lock); in nlm_host_notify_server()
1337 mutex_exit(&hostp->nh_lock); in nlm_host_notify_client()
1371 mutex_exit(&hostp->nh_lock); in nlm_host_wait_grace()
[all …]
H A Dnlm_impl.h351 kmutex_t nh_lock; /* (c) */ member