Lines Matching defs:kref
37 #include <linux/kref.h>
261 struct kref kref;
303 /* Note this lock not only protect list access, but also data.kref access */
310 static void fschmd_release_resources(struct kref *ref)
312 struct fschmd_data *data = container_of(ref, struct fschmd_data, kref);
816 kref_get(&data->kref);
845 kref_put(&data->kref, fschmd_release_resources);
1100 kref_init(&data->kref);
1292 kref_put(&data->kref, fschmd_release_resources);