Searched refs:h_expires (Results 1 – 2 of 2) sorted by relevance
154 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()
63 unsigned long h_expires; /* eligible for GC */ member