Home
last modified time | relevance | path

Searched refs:eviction_lock (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c533 spin_lock_init(&man->eviction_lock); in ttm_resource_manager_init()
568 spin_lock(&man->eviction_lock); in ttm_resource_manager_evict_all()
573 spin_unlock(&man->eviction_lock); in ttm_resource_manager_evict_all()
578 spin_lock(&man->eviction_lock); in ttm_resource_manager_evict_all()
581 spin_unlock(&man->eviction_lock); in ttm_resource_manager_evict_all()
H A Dttm_bo.c672 spin_lock(&man->eviction_lock); in ttm_bo_add_pipelined_eviction_fences()
680 spin_unlock(&man->eviction_lock); in ttm_bo_add_pipelined_eviction_fences()
687 spin_unlock(&man->eviction_lock); in ttm_bo_add_pipelined_eviction_fences()
H A Dttm_bo_util.c662 spin_lock(&from->eviction_lock); in ttm_bo_move_pipeline_evict()
679 spin_unlock(&from->eviction_lock); in ttm_bo_move_pipeline_evict()
685 spin_unlock(&from->eviction_lock); in ttm_bo_move_pipeline_evict()
/linux/include/drm/ttm/
H A Dttm_resource.h212 spinlock_t eviction_lock; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2622 mutex_init(&vm->eviction_lock); in amdgpu_vm_init()