Lines Matching defs:kref
2 * kref.c - library routines for handling generic reference counted objects23 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));