Searched refs:list_kref (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c116 MPASS(atomic_read(&bo->list_kref) == 0);
172 refcount_acquire(&bo->list_kref);
176 refcount_acquire(&bo->list_kref);
271 old = atomic_fetchadd_int(&bo->list_kref, -count);
584 refcount_acquire(&bo->list_kref);
705 refcount_acquire(&entry->list_kref);
713 refcount_acquire(&nentry->list_kref);
728 if (refcount_release(&entry->list_kref))
743 if (entry && refcount_release(&entry->list_kref))
775 if (refcount_release(&bo->list_kref))
[all...]
H A Dttm_bo_api.h145 * @list_kref: List reference count of this buffer object. This member is
205 u_int list_kref; member in struct:ttm_buffer_object
366 * @count: The number of references with which to decrease @bo::list_kref;
481 * On successful return, the object kref and list_kref are set to 1.
H A Dttm_bo_util.c430 refcount_init(&fbo->list_kref, 1);

Completed in 75 milliseconds