Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/lockd/
Dhost.c155 refcount_set(&host->h_count, 1); in nlm_alloc_host()
300 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()
397 refcount_inc(&host->h_count); in nlmsvc_lookup_host()
421 refcount_dec(&host->h_count); in nlmsvc_release_host()
519 refcount_inc(&host->h_count); in nlm_get_host()
608 host->h_name, refcount_read(&host->h_count), in nlm_complain_hosts()
680 host->h_name, refcount_read(&host->h_count), in nlm_gc_hosts()
685 if (refcount_dec_if_one(&host->h_count)) in nlm_gc_hosts()
/kernel/linux/linux-5.10/include/linux/lockd/
Dlockd.h60 refcount_t h_count; /* reference count */ member