gc_expiry          79 include/linux/sunrpc/auth_gss.h 	unsigned long		gc_expiry;
gc_expiry         206 net/sunrpc/auth_gss/auth_gss.c 	ctx->gc_expiry = now + ((unsigned long)timeout * HZ);
gc_expiry         257 net/sunrpc/auth_gss/auth_gss.c 	trace_rpcgss_context(ctx->gc_expiry, now, timeout,
gc_expiry        1480 net/sunrpc/auth_gss/auth_gss.c 	if (!ctx || time_after(timeout, ctx->gc_expiry))
gc_expiry        1499 net/sunrpc/auth_gss/auth_gss.c 	if (!ctx || time_after(jiffies, ctx->gc_expiry)) {