Home
last modified time | relevance | path

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

/linux-4.1.27/fs/lockd/
Dhost.c153 atomic_set(&host->h_count, 1); in nlm_alloc_host()
291 if (atomic_dec_and_test(&host->h_count)) { in nlmclnt_release_host()
411 atomic_dec(&host->h_count); in nlmsvc_release_host()
505 atomic_inc(&host->h_count); in nlm_get_host()
591 host->h_name, atomic_read(&host->h_count), in nlm_complain_hosts()
659 if (atomic_read(&host->h_count) || host->h_inuse in nlm_gc_hosts()
663 host->h_name, atomic_read(&host->h_count), in nlm_gc_hosts()
/linux-4.1.27/include/linux/lockd/
Dlockd.h60 atomic_t h_count; /* reference count */ member