Lines Matching defs:kref
14 #include <linux/kref.h>81 struct kref kref;87 kref_get(&lynx->kref);93 lynx_release(struct kref *kref)95 kfree(container_of(kref, struct pcilynx, kref));101 kref_put(&lynx->kref, lynx_release);557 kref_init(&lynx->kref);