Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dhost.c154 refcount_set(&host->h_count, 1); in nlm_alloc_host()
293 if (refcount_dec_and_test(&host->h_count)) { in nlmclnt_release_host()
391 refcount_inc(&host->h_count); in nlmsvc_lookup_host()
415 refcount_dec(&host->h_count); in nlmsvc_release_host()
509 refcount_inc(&host->h_count); in nlm_get_host()
598 host->h_name, refcount_read(&host->h_count), in nlm_complain_hosts()
670 host->h_name, refcount_read(&host->h_count), in nlm_gc_hosts()
675 if (refcount_dec_if_one(&host->h_count)) in nlm_gc_hosts()
/Linux-v4.19/include/linux/lockd/
Dlockd.h62 refcount_t h_count; /* reference count */ member