Home
last modified time | relevance | path

Searched refs:au_nextgc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dauth.c81 auth->au_nextgc = jiffies + (auth->au_expire >> 1); in rpcauth_init_credcache()
168 auth->au_nextgc = jiffies + auth->au_expire; in rpcauth_gc_credcache()
200 if (time_before(auth->au_nextgc, jiffies)) in rpcauth_lookup_credcache()
/linux-2.4.37.9/include/linux/sunrpc/
Dauth.h54 unsigned long au_nextgc; /* next garbage collection */ member