Lines Matching refs:kref
86 struct kref kref; member
90 struct kref kref; member
519 kref_get(&gss_auth->kref); in gss_alloc_msg()
886 kref_init(&p->kref); in gss_pipe_alloc()
913 if (!kref_get_unless_zero(&gss_pipe->kref)) in gss_pipe_match_pdo()
963 static void __gss_pipe_release(struct kref *kref) in __gss_pipe_release() argument
965 struct gss_pipe *p = container_of(kref, struct gss_pipe, kref); in __gss_pipe_release()
973 kref_put(&p->kref, __gss_pipe_release); in gss_pipe_free()
1021 kref_init(&gss_auth->kref); in gss_create_new()
1078 gss_free_callback(struct kref *kref) in gss_free_callback() argument
1080 struct gss_auth *gss_auth = container_of(kref, struct gss_auth, kref); in gss_free_callback()
1088 kref_put(&gss_auth->kref, gss_free_callback); in gss_put_auth()
1329 kref_get(&gss_auth->kref); in gss_create_cred()