Home
last modified time | relevance | path

Searched refs:h_inuse (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/lockd/
Dhost.c148 host->h_inuse = 0; in nlm_alloc_host()
600 host->h_inuse, host->h_expires, host->net->ns.inum); in nlm_complain_hosts()
659 host->h_inuse = 0; in nlm_gc_hosts()
668 if (host->h_inuse || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
672 host->h_inuse, host->h_expires, in nlm_gc_hosts()
Dsvcsubs.c336 host->h_inuse = 1; in nlmsvc_mark_host()
/linux-4.19.296/include/linux/lockd/
Dlockd.h56 h_inuse : 1; member