Home
last modified time | relevance | path

Searched refs:h_nextrebind (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/lockd/
Dhost.c155 host->h_nextrebind = now + NLM_HOST_REBIND; in nlm_alloc_host()
433 if (time_after_eq(jiffies, host->h_nextrebind)) { in nlm_bind_host()
435 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_bind_host()
437 host->h_nextrebind - jiffies); in nlm_bind_host()
493 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
495 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_rebind_host()
Dclntlock.c257 host->h_nextrebind = jiffies; in reclaimer()
/linux-4.4.14/include/linux/lockd/
Dlockd.h62 unsigned long h_nextrebind; /* next portmap call */ member