Searched refs:au_nextgc (Results 1 – 2 of 2) sorted by relevance
81 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()
54 unsigned long au_nextgc; /* next garbage collection */ member