Lines Matching refs:ref
58 void data_release(struct kref *ref)
60 struct my_data *data = container_of(ref, struct my_data, refcount);
129 kref_get(&obj->ref);
131 kref_put(&obj->ref, obj_cleanup);
166 static void release_entry(struct kref *ref)
168 struct my_data *entry = container_of(ref, struct my_data, refcount);
186 static void release_entry(struct kref *ref)
233 static void release_entry(struct kref *ref)
235 struct my_data *entry = container_of(ref, struct my_data, refcount);
281 static void release_entry_rcu(struct kref *ref)
283 struct my_data *entry = container_of(ref, struct my_data, refcount);