Searched refs:h_expires (Results 1 – 2 of 2) sorted by relevance
156 host->h_expires = now + NLM_HOST_EXPIRE; in nlm_alloc_host()506 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()592 host->h_inuse, host->h_expires, host->net); in nlm_complain_hosts()609 host->h_expires = jiffies - 1; in nlm_shutdown_hosts_net()660 || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()664 host->h_inuse, host->h_expires, host->net); in nlm_gc_hosts()
63 unsigned long h_expires; /* eligible for GC */ member