Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c231 volatile u_int nh_refs; /* (a) reference count */ member
803 refcount_acquire(&host->nh_refs); in nlm_host_notify()
854 refcount_init(&host->nh_refs, 1); in nlm_create_host()
1007 refcount_acquire(&host->nh_refs); in nlm_find_host_by_name()
1104 refcount_acquire(&host->nh_refs); in nlm_find_host_by_addr()
1126 refcount_acquire(&host->nh_refs); in nlm_find_host_by_sysid()
1136 if (refcount_release(&host->nh_refs)) { in nlm_host_release()