Home
last modified time | relevance | path

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

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