Lines Matching refs:kref
65 struct kref kref; member
69 struct kref kref; member
527 kref_get(&gss_auth->kref); in gss_alloc_msg()
916 kref_init(&p->kref); in gss_pipe_alloc()
943 if (!kref_get_unless_zero(&gss_pipe->kref)) in gss_pipe_match_pdo()
993 static void __gss_pipe_release(struct kref *kref) in __gss_pipe_release() argument
995 struct gss_pipe *p = container_of(kref, struct gss_pipe, kref); in __gss_pipe_release()
1003 kref_put(&p->kref, __gss_pipe_release); in gss_pipe_free()
1052 kref_init(&gss_auth->kref); in gss_create_new()
1110 gss_free_callback(struct kref *kref) in gss_free_callback() argument
1112 struct gss_auth *gss_auth = container_of(kref, struct gss_auth, kref); in gss_free_callback()
1120 kref_put(&gss_auth->kref, gss_free_callback); in gss_put_auth()
1250 kref_get(&gss_auth->kref); in gss_dup_cred()
1380 kref_get(&gss_auth->kref); in gss_create_cred()