Searched refs:kref (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dkref.h2 * kref.c - library routines for handling generic reference counted objects
23 struct kref { struct
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));
[all...]
H A Dklist.h17 #include <linux/kref.h>
35 struct kref n_ref;
H A Drelay.h19 #include <linux/kref.h>
43 struct kref kref; /* channel buffer refcount */ member in struct:rchan_buf
63 struct kref kref; /* channel refcount */ member in struct:rchan
H A Ddmaengine.h28 #include <linux/kref.h>
88 * @refcount: kref, used in "bigref" slow-mode
104 struct kref refcount;
113 void dma_chan_cleanup(struct kref *kref);
183 struct kref refcount;
H A Dkobject.h25 #include <linux/kref.h>
54 struct kref kref; member in struct:kobject
H A Dusb.h17 #include <linux/kref.h> /* for struct kref */
184 struct kref ref; /* reference counter */
297 struct kref kref; /* reference counting for this bus */ member in struct:usb_bus
847 struct kref kref; /* reference count of the URB */ member in struct:urb
/external/kernel-headers/original/linux/sunrpc/
H A Dsvcauth.h48 struct kref ref;

Completed in 73 milliseconds