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
952 interruptible, no_wait_gpu); in ttm_bo_mem_space()
967 bool interruptible, in ttm_bo_move_buffer() argument
980 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
992 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
996 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1040 bool interruptible, in ttm_bo_validate() argument
1051 ret = ttm_bo_move_buffer(bo, placement, interruptible, in ttm_bo_validate()
1081 bool interruptible, in ttm_bo_init() argument
1167 ret = ttm_bo_validate(bo, placement, interruptible, false); in ttm_bo_init()
1213 bool interruptible, in ttm_bo_create() argument
1227 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
1535 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument
1552 interruptible, timeout); in ttm_bo_wait()
1566 interruptible, timeout); in ttm_bo_wait()