Home
last modified time | relevance | path

Searched refs:ttm_bo_list_ref_sub (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c264 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 Dttm_bo_api.h370 extern void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count,
H A Dttm_execbuf_util.c78 ttm_bo_list_ref_sub(bo, entry->put_count, true); in ttm_eu_list_ref_sub()