Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dhost.c157 host->h_expires = now + NLM_HOST_EXPIRE; in nlm_alloc_host()
519 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()
608 host->h_inuse, host->h_expires, host->net->ns.inum); in nlm_complain_hosts()
626 host->h_expires = jiffies - 1; in nlm_shutdown_hosts_net()
677 if (host->h_inuse || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
681 host->h_inuse, host->h_expires, in nlm_gc_hosts()
/linux-6.12.1/include/linux/lockd/
Dlockd.h65 unsigned long h_expires; /* eligible for GC */ member