Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dhost.c154 refcount_set(&host->h_count, 1); in nlm_alloc_host()
299 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()
396 refcount_inc(&host->h_count); in nlmsvc_lookup_host()
420 refcount_dec(&host->h_count); in nlmsvc_release_host()
518 refcount_inc(&host->h_count); in nlm_get_host()
607 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()
/linux-6.12.1/include/linux/lockd/
Dlockd.h62 refcount_t h_count; /* reference count */ member