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()204 mutex_enter(&hostp->nh_lock); in nlm_host_get_rpc()216 rc = cv_wait_sig(&hostp->nh_rpcb_cv, &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()[all …]
377 mutex_enter(&hostp->nh_lock); in nlm_gc()404 mutex_exit(&hostp->nh_lock); in nlm_gc()424 mutex_enter(&hostp->nh_lock); in nlm_gc()434 mutex_exit(&hostp->nh_lock); in nlm_gc()506 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()643 mutex_enter(&hostp->nh_lock); in nlm_suspend_zone()647 mutex_exit(&hostp->nh_lock); in nlm_suspend_zone()[all …]
351 kmutex_t nh_lock; /* (c) */ member