Searched refs:nextgc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h58 unsigned long nextgc; /* next garbage collection */ member in struct:rpc_cred_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c113 new->nextgc = jiffies + (expire >> 1);
189 cache->nextgc = jiffies + cache->expire;
210 if (time_before(cache->nextgc, jiffies))
H A Dauth_unix.c45 unix_cred_cache.nextgc = jiffies + (unix_cred_cache.expire >> 1);

Completed in 16 milliseconds