Lines Matching refs:interruptible

134 ttm_bo_wait_unreserved_locked(struct ttm_buffer_object *bo, bool interruptible)  in ttm_bo_wait_unreserved_locked()  argument
140 if (interruptible) { in ttm_bo_wait_unreserved_locked()
201 bool interruptible, in ttm_bo_reserve_nolru() argument
227 ret = ttm_bo_wait_unreserved_locked(bo, interruptible); in ttm_bo_reserve_nolru()
278 bool interruptible, in ttm_bo_reserve() argument
286 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve()
299 bool interruptible, uint32_t sequence) in ttm_bo_reserve_slowpath_nolru() argument
311 ret = ttm_bo_wait_unreserved_locked(bo, interruptible); in ttm_bo_reserve_slowpath_nolru()
333 bool interruptible, uint32_t sequence) in ttm_bo_reserve_slowpath() argument
339 ret = ttm_bo_reserve_slowpath_nolru(bo, interruptible, sequence); in ttm_bo_reserve_slowpath()
412 bool evict, bool interruptible, in ttm_bo_handle_move_mem() argument
469 ret = bdev->driver->move(bo, evict, interruptible, in ttm_bo_handle_move_mem()
607 bool interruptible, in ttm_bo_cleanup_refs_and_unlock() argument
634 ret = driver->sync_obj_wait(sync_obj, false, interruptible); in ttm_bo_cleanup_refs_and_unlock()
803 static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible, in ttm_bo_evict() argument
812 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict()
834 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, interruptible, in ttm_bo_evict()
845 ret = ttm_bo_handle_move_mem(bo, &evict_mem, true, interruptible, in ttm_bo_evict()
860 bool interruptible, in ttm_mem_evict_first() argument
883 ret = ttm_bo_cleanup_refs_and_unlock(bo, interruptible, in ttm_mem_evict_first()
897 ret = ttm_bo_evict(bo, interruptible, no_wait_gpu); in ttm_mem_evict_first()
921 bool interruptible, in ttm_bo_mem_force_space() argument
935 interruptible, no_wait_gpu); in ttm_bo_mem_force_space()
1000 bool interruptible, in ttm_bo_mem_space() argument
1091 interruptible, no_wait_gpu); in ttm_bo_mem_space()
1106 bool interruptible, in ttm_bo_move_buffer() argument
1121 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1134 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1138 interruptible, no_wait_gpu); in ttm_bo_move_buffer()
1167 bool interruptible, in ttm_bo_validate() argument
1183 ret = ttm_bo_move_buffer(bo, placement, interruptible, in ttm_bo_validate()
1221 bool interruptible, in ttm_bo_init() argument
1295 ret = ttm_bo_validate(bo, placement, interruptible, false); in ttm_bo_init()
1341 bool interruptible, in ttm_bo_create() argument
1352 interruptible, persistent_swap_storage, acc_size, in ttm_bo_create()
1718 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument
1746 lazy, interruptible); in ttm_bo_wait()