Lines Matching defs:kref
158 struct kref f_ref;
176 struct kref d_ref;
197 static void sg_remove_sfp(struct kref *);
202 static void sg_device_destroy(struct kref *kref);
1567 sg_device_destroy(struct kref *kref)
1569 struct sg_device *sdp = container_of(kref, struct sg_device, d_ref);
2242 sg_remove_sfp(struct kref *kref)
2244 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref);