Lines Matching defs:kref
612 kref_get(&link->kref);
638 kref_get(&link->kref);
664 kref_init(&link->kref);
800 static void __device_link_del(struct kref *kref)
802 struct device_link *link = container_of(kref, struct device_link, kref);
814 static void __device_link_del(struct kref *kref)
816 struct device_link *link = container_of(kref, struct device_link, kref);
832 kref_put(&link->kref, __device_link_del);
1086 kref_put(&link->kref, __device_link_del);
1431 __device_link_del(&link->kref);
1437 __device_link_del(&link->kref);
2697 ref = kref_read(&glue_dir->kref);