Lines Matching refs:gc_ctx
122 rcu_assign_pointer(gss_cred->gc_ctx, ctx); in gss_cred_set_ctx()
164 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_cred_get_ctx()
1255 rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_dup_cred()
1264 rcu_assign_pointer(new->gc_ctx, ctx); in gss_dup_cred()
1281 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_send_destroy_context()
1342 struct gss_cl_ctx *ctx = rcu_dereference_protected(gss_cred->gc_ctx, 1); in gss_destroy_nullcred()
1344 RCU_INIT_POINTER(gss_cred->gc_ctx, NULL); in gss_destroy_nullcred()
1423 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_stringify_acceptor()
1439 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_stringify_acceptor()
1481 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_key_timeout()
1500 ctx = rcu_dereference(gss_cred->gc_ctx); in gss_match()