Lines Matching defs:kref
81 struct kref kref;
85 struct kref kref;
544 kref_get(&gss_auth->kref);
933 kref_init(&p->kref);
960 if (!kref_get_unless_zero(&gss_pipe->kref))
1010 static void __gss_pipe_release(struct kref *kref)
1012 struct gss_pipe *p = container_of(kref, struct gss_pipe, kref);
1020 kref_put(&p->kref, __gss_pipe_release);
1071 kref_init(&gss_auth->kref);
1129 gss_free_callback(struct kref *kref)
1131 struct gss_auth *gss_auth = container_of(kref, struct gss_auth, kref);
1139 kref_put(&gss_auth->kref, gss_free_callback);
1269 kref_get(&gss_auth->kref);
1400 kref_get(&gss_auth->kref);