Home
last modified time | relevance | path

Searched refs:put_count (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_bo.c189 int put_count = 0; in ttm_bo_del_from_lru() local
193 ++put_count; in ttm_bo_del_from_lru()
197 ++put_count; in ttm_bo_del_from_lru()
205 return put_count; in ttm_bo_del_from_lru()
222 int put_count; in ttm_bo_del_sub_from_lru() local
225 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_del_sub_from_lru()
227 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_del_sub_from_lru()
430 int put_count; in ttm_bo_cleanup_refs_or_queue() local
438 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_or_queue()
443 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_or_queue()
[all …]
Dttm_execbuf_util.c51 unsigned put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked() local
53 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_eu_del_from_lru_locked()