Lines Matching refs:interruptible
278 bool evict, bool interruptible, in ttm_bo_handle_move_mem() argument
335 ret = bdev->driver->move(bo, evict, interruptible, in ttm_bo_handle_move_mem()
483 bool interruptible, in ttm_bo_cleanup_refs_and_unlock() argument
499 interruptible, in ttm_bo_cleanup_refs_and_unlock()
659 static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible, in ttm_bo_evict() argument
667 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict()
686 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, interruptible, in ttm_bo_evict()
697 ret = ttm_bo_handle_move_mem(bo, &evict_mem, true, interruptible, in ttm_bo_evict()
713 bool interruptible, in ttm_mem_evict_first() argument
749 ret = ttm_bo_cleanup_refs_and_unlock(bo, interruptible, in ttm_mem_evict_first()
762 ret = ttm_bo_evict(bo, interruptible, no_wait_gpu); in ttm_mem_evict_first()
786 bool interruptible, in ttm_bo_mem_force_space() argument
800 interruptible, no_wait_gpu); in ttm_bo_mem_force_space()
865 bool interruptible, in ttm_bo_mem_space() argument
951 interruptible, no_wait_gpu); in ttm_bo_mem_space()
971 bool interruptible, in ttm_bo_move_buffer() argument
984 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
996 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1000 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1044 bool interruptible, in ttm_bo_validate() argument
1055 ret = ttm_bo_move_buffer(bo, placement, interruptible, in ttm_bo_validate()
1085 bool interruptible, in ttm_bo_init() argument
1171 ret = ttm_bo_validate(bo, placement, interruptible, false); in ttm_bo_init()
1217 bool interruptible, in ttm_bo_create() argument
1231 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
1539 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument
1556 interruptible, timeout); in ttm_bo_wait()
1570 interruptible, timeout); in ttm_bo_wait()