Searched refs:h_count (Results 1 – 2 of 2) sorted by relevance
148 atomic_set(&host->h_count, 1); in nlm_alloc_host()175 BUG_ON(atomic_read(&host->h_count)); in nlm_destroy_host_locked()279 BUG_ON(atomic_read(&host->h_count) < 0); in nlmclnt_release_host()282 if (atomic_dec_and_test(&host->h_count)) { in nlmclnt_release_host()417 BUG_ON(atomic_read(&host->h_count) < 0); in nlmsvc_release_host()419 atomic_dec(&host->h_count); in nlmsvc_release_host()513 atomic_inc(&host->h_count); in nlm_get_host()611 host->h_name, atomic_read(&host->h_count), in nlm_shutdown_hosts()637 if (atomic_read(&host->h_count) || host->h_inuse in nlm_gc_hosts()641 host->h_name, atomic_read(&host->h_count), in nlm_gc_hosts()
60 atomic_t h_count; /* reference count */ member