Lines Matching refs:put_count
189 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()
487 int put_count; in ttm_bo_cleanup_refs_and_unlock() local
537 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_and_unlock()
539 ++put_count; in ttm_bo_cleanup_refs_and_unlock()
544 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_and_unlock()
719 int ret = -EBUSY, put_count; in ttm_mem_evict_first() local
755 put_count = ttm_bo_del_from_lru(bo); in ttm_mem_evict_first()
760 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_mem_evict_first()
1619 int put_count; in ttm_bo_swapout() local
1641 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_swapout()
1644 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_swapout()