Searched refs:h_nextrebind (Results 1 – 3 of 3) sorted by relevance
157 host->h_nextrebind = now + NLM_HOST_REBIND; in nlm_alloc_host()506 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()508 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_rebind_host()
255 host->h_nextrebind = jiffies; in reclaimer()
62 unsigned long h_nextrebind; /* next portmap call */ member