Lines Matching refs:put_count
181 int put_count = 0; in ttm_bo_del_from_lru() local
185 ++put_count; in ttm_bo_del_from_lru()
189 ++put_count; in ttm_bo_del_from_lru()
197 return put_count; in ttm_bo_del_from_lru()
282 int put_count = 0; in ttm_bo_reserve() local
289 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve()
291 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_reserve()
336 int put_count, ret; in ttm_bo_reserve_slowpath() local
341 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve_slowpath()
343 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_reserve_slowpath()
554 int put_count; in ttm_bo_cleanup_refs_or_queue() local
564 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_or_queue()
569 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_or_queue()
613 int put_count; in ttm_bo_cleanup_refs_and_unlock() local
674 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_and_unlock()
676 ++put_count; in ttm_bo_cleanup_refs_and_unlock()
681 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_and_unlock()
866 int ret = -EBUSY, put_count; in ttm_mem_evict_first() local
890 put_count = ttm_bo_del_from_lru(bo); in ttm_mem_evict_first()
895 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_mem_evict_first()
1808 int put_count; in ttm_bo_swapout() local
1832 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_swapout()
1835 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_swapout()