Lines Matching defs:kref
37 #include <linux/kref.h>
90 * @kref: Reference count of this buffer object. When this refcount reaches
135 struct kref kref;
228 kref_get(&bo->kref);
244 if (!kref_get_unless_zero(&bo->kref))
378 * On successful return, the caller owns an object kref to @bo. The kref and
430 * On successful return, the caller owns an object kref to @bo. The kref and