Searched refs:gc_expiry (Results 1 – 2 of 2) sorted by relevance
78 unsigned long gc_expiry; member
195 ctx->gc_expiry = now + ((unsigned long)timeout * HZ); in gss_fill_context()246 trace_rpcgss_context(window_size, ctx->gc_expiry, now, timeout, in gss_fill_context()1489 if (!ctx || time_after(timeout, ctx->gc_expiry)) in gss_key_timeout()1508 if (!ctx || time_after(jiffies, ctx->gc_expiry)) { in gss_match()