Lines Matching defs:kref
319 static void ttm_bo_release(struct kref *kref)
322 container_of(kref, struct ttm_buffer_object, kref);
369 kref_init(&bo->kref);
394 kref_put(&bo->kref, ttm_bo_release);
660 WARN_ON_ONCE(!kref_read(&bo->kref));
678 WARN_ON_ONCE(!kref_read(&bo->kref));
946 * On successful return, the caller owns an object kref to @bo. The kref and
969 kref_init(&bo->kref);
1041 * On successful return, the caller owns an object kref to @bo. The kref and