Searched refs:ttm_bo_list_ref_sub (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo.c | 264 void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count, in ttm_bo_list_ref_sub() function 291 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_reserve() 343 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_reserve_slowpath() 569 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_or_queue() 681 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_and_unlock() 895 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_mem_evict_first() 1835 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_swapout()
|
H A D | ttm_bo_api.h | 370 extern void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count,
|
H A D | ttm_execbuf_util.c | 78 ttm_bo_list_ref_sub(bo, entry->put_count, true); in ttm_eu_list_ref_sub()
|