Lines Matching refs:jiffies
97 if (time_after_eq(jiffies, next_gc)) in nlm_lookup_host()
143 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_lookup_host()
144 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_lookup_host()
183 if (!xprt->stream && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_bind_host()
185 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_bind_host()
187 host->h_nextrebind - jiffies); in nlm_bind_host()
225 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
227 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_rebind_host()
239 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()
318 || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
341 next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()