Lines Matching defs:kref
153 struct kref f_ref;
171 struct kref d_ref;
192 static void sg_remove_sfp(struct kref *);
197 static void sg_device_destroy(struct kref *kref);
1592 sg_device_destroy(struct kref *kref)
1594 struct sg_device *sdp = container_of(kref, struct sg_device, d_ref);
2262 sg_remove_sfp(struct kref *kref)
2264 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref);