Home | History | Annotate | Download | only in linux

Lines Matching defs:kref

2  * kref.c - library routines for handling generic reference counted objects
23 struct kref {
27 void kref_init(struct kref *kref);
28 void kref_get(struct kref *kref);
29 int kref_put(struct kref *kref, void (*release) (struct kref *kref));