Home
last modified time | relevance | path

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

/linux-3.4.99/fs/lockd/
Dhost.c154 host->h_expires = now + NLM_HOST_EXPIRE; in nlm_alloc_host()
505 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()
583 host->h_expires = jiffies - 1; in nlm_shutdown_hosts_net()
615 host->h_inuse, host->h_expires, host->net); in nlm_shutdown_hosts()
641 || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
645 host->h_inuse, host->h_expires); in nlm_gc_hosts()
/linux-3.4.99/include/linux/lockd/
Dlockd.h63 unsigned long h_expires; /* eligible for GC */ member