Lines Matching refs:kref
81 struct kref kref; member
85 struct kref kref; member
544 kref_get(&gss_auth->kref); in gss_alloc_msg()
924 kref_init(&p->kref); in gss_pipe_alloc()
951 if (!kref_get_unless_zero(&gss_pipe->kref)) in gss_pipe_match_pdo()
1001 static void __gss_pipe_release(struct kref *kref) in __gss_pipe_release() argument
1003 struct gss_pipe *p = container_of(kref, struct gss_pipe, kref); in __gss_pipe_release()
1011 kref_put(&p->kref, __gss_pipe_release); in gss_pipe_free()
1062 kref_init(&gss_auth->kref); in gss_create_new()
1120 gss_free_callback(struct kref *kref) in gss_free_callback() argument
1122 struct gss_auth *gss_auth = container_of(kref, struct gss_auth, kref); in gss_free_callback()
1130 kref_put(&gss_auth->kref, gss_free_callback); in gss_put_auth()
1260 kref_get(&gss_auth->kref); in gss_dup_cred()
1391 kref_get(&gss_auth->kref); in gss_create_cred()