Lines Matching refs:jiffies
113 unsigned long now = jiffies; in nlm_alloc_host()
348 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host()
432 if (time_after_eq(jiffies, host->h_nextrebind)) { in nlm_bind_host()
434 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_bind_host()
436 host->h_nextrebind - jiffies); in nlm_bind_host()
492 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
494 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_rebind_host()
506 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()
609 host->h_expires = jiffies - 1; in nlm_shutdown_hosts_net()
660 || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
673 ln->next_gc = jiffies + NLM_HOST_COLLECT; in nlm_gc_hosts()