Searched refs:h_count (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/lockd/
H A Dhost.c153 atomic_set(&host->h_count, 1); nlm_alloc_host()
292 if (atomic_dec_and_test(&host->h_count)) { nlmclnt_release_host()
412 atomic_dec(&host->h_count); nlmsvc_release_host()
506 atomic_inc(&host->h_count); nlm_get_host()
593 host->h_name, atomic_read(&host->h_count), for_each_host()
661 if (atomic_read(&host->h_count) || host->h_inuse for_each_host_safe()
665 host->h_name, atomic_read(&host->h_count), for_each_host_safe()
/linux-4.4.14/include/linux/lockd/
H A Dlockd.h60 atomic_t h_count; /* reference count */ member in struct:nlm_host

Completed in 86 milliseconds