Home
last modified time | relevance | path

Searched refs:move_lock (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_resource.c391 mtx_init(&man->move_lock, IPL_NONE); in ttm_resource_manager_init()
440 spin_lock(&man->move_lock); in ttm_resource_manager_evict_all()
442 spin_unlock(&man->move_lock); in ttm_resource_manager_evict_all()
H A Dttm_bo_util.c649 spin_lock(&from->move_lock); in ttm_bo_move_pipeline_evict()
654 spin_unlock(&from->move_lock); in ttm_bo_move_pipeline_evict()
H A Dttm_bo.c702 spin_lock(&man->move_lock); in ttm_bo_add_move_fence()
704 spin_unlock(&man->move_lock); in ttm_bo_add_move_fence()
/openbsd/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_resource.h160 spinlock_t move_lock; member