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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_bo.c145 static void ttm_bo_release_list(struct kref *list_kref) argument
148 container_of(list_kref, struct ttm_buffer_object, list_kref);
151 BUG_ON(atomic_read(&bo->list_kref.refcount));
200 kref_get(&bo->list_kref);
204 kref_get(&bo->list_kref);
269 static void ttm_bo_ref_bug(struct kref *list_kref) argument
290 kref_put(&bo->list_kref, ttm_bo_ref_bug);
485 * up the list_kref and schedule a delayed list check.
546 kref_put(&bo->list_kref, ttm_bo_ref_bu
[all...]
H A Dttm_bo_util.c357 kref_init(&fbo->list_kref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo.c145 static void ttm_bo_release_list(struct kref *list_kref) argument
148 container_of(list_kref, struct ttm_buffer_object, list_kref);
151 BUG_ON(atomic_read(&bo->list_kref.refcount));
200 kref_get(&bo->list_kref);
204 kref_get(&bo->list_kref);
269 static void ttm_bo_ref_bug(struct kref *list_kref) argument
290 kref_put(&bo->list_kref, ttm_bo_ref_bug);
485 * up the list_kref and schedule a delayed list check.
546 kref_put(&bo->list_kref, ttm_bo_ref_bu
[all...]
H A Dttm_bo_util.c357 kref_init(&fbo->list_kref);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_bo_api.h150 * @list_kref: List reference count of this buffer object. This member is
213 struct kref list_kref; member in struct:ttm_buffer_object
433 * On successful return, the object kref and list_kref are set to 1.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/ttm/
H A Dttm_bo_api.h150 * @list_kref: List reference count of this buffer object. This member is
213 struct kref list_kref; member in struct:ttm_buffer_object
433 * On successful return, the object kref and list_kref are set to 1.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_gem.c465 static void drm_gem_object_ref_bug(struct kref *list_kref) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_gem.c465 static void drm_gem_object_ref_bug(struct kref *list_kref) argument

Completed in 210 milliseconds