Searched refs:nh_lock (Results 1 – 3 of 3) sorted by relevance
76 ASSERT(MUTEX_HELD(&hostp->nh_lock)); in get_nlm_rpc_fromcache()103 ASSERT(MUTEX_HELD(&hostp->nh_lock)); in update_host_rpcbinding()112 mutex_exit(&hostp->nh_lock); in update_host_rpcbinding()115 mutex_enter(&hostp->nh_lock); in update_host_rpcbinding()197 mutex_enter(&hostp->nh_lock); in nlm_host_get_rpc()209 rc = cv_wait_sig(&hostp->nh_rpcb_cv, &hostp->nh_lock); in nlm_host_get_rpc()211 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()231 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()237 mutex_exit(&hostp->nh_lock); in nlm_host_get_rpc()259 mutex_enter(&hostp->nh_lock); in nlm_host_get_rpc()[all …]
387 mutex_enter(&hostp->nh_lock); in nlm_gc()397 mutex_exit(&hostp->nh_lock); in nlm_gc()468 mutex_enter(&hostp->nh_lock); in nlm_reclaimer()470 mutex_exit(&hostp->nh_lock); in nlm_reclaimer()475 mutex_enter(&hostp->nh_lock); in nlm_reclaimer()479 mutex_exit(&hostp->nh_lock); in nlm_reclaimer()605 mutex_enter(&hostp->nh_lock); in nlm_suspend_zone()609 mutex_exit(&hostp->nh_lock); in nlm_suspend_zone()961 mutex_enter(&hostp->nh_lock); in nlm_vhold_get()967 mutex_exit(&hostp->nh_lock); in nlm_vhold_get()[all …]
351 kmutex_t nh_lock; /* (c) */ member