Lines Matching full:move
116 * the need to move the backing store or not.
145 * @move_lock: lock for move fence
146 * @move: The fence of the last pipelined move operation.
165 struct dma_fence *move; member
237 * @first: first res in the bulk move range
238 * @last: last res in the bulk move range
240 * Range of resources for a lru bulk move.
252 * Container for the current bulk move state. Should be used with
336 * Cleanup the move fences from the memory manager object.
341 dma_fence_put(man->move); in ttm_resource_manager_cleanup()
342 man->move = NULL; in ttm_resource_manager_cleanup()