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.c230 volatile u_int nh_refs; /* (a) reference count */ member
802 refcount_acquire(&host->nh_refs); in nlm_host_notify()
853 refcount_init(&host->nh_refs, 1); in nlm_create_host()
1006 refcount_acquire(&host->nh_refs); in nlm_find_host_by_name()
1103 refcount_acquire(&host->nh_refs); in nlm_find_host_by_addr()
1125 refcount_acquire(&host->nh_refs); in nlm_find_host_by_sysid()
1135 if (refcount_release(&host->nh_refs)) { in nlm_host_release()