Lines Matching refs:refcount
1140 /* Check the refcount again after the import lock is grabbed. Yes, we use
1143 if (vn_refcount_is_valid(&bo->base.refcount)) {
1227 /* we check bo->gem_handle instead of bo->refcount because bo->refcount
1236 /* we can't use vn_renderer_bo_ref as the refcount may drop to 0
1239 vn_refcount_fetch_add_relaxed(&bo->base.refcount, 1);
1243 .refcount = VN_REFCOUNT_INIT(1),
1286 .refcount = VN_REFCOUNT_INIT(1),
1330 cached_shmem->refcount = VN_REFCOUNT_INIT(1);
1351 .refcount = VN_REFCOUNT_INIT(1),