Lines Matching refs:interruptible

136 ttm_bo_wait_unreserved_locked(struct ttm_buffer_object *bo, bool interruptible)
142 if (interruptible) {
203 bool interruptible,
229 ret = ttm_bo_wait_unreserved_locked(bo, interruptible);
280 bool interruptible,
288 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence,
301 bool interruptible, uint32_t sequence)
313 ret = ttm_bo_wait_unreserved_locked(bo, interruptible);
335 bool interruptible, uint32_t sequence)
341 ret = ttm_bo_reserve_slowpath_nolru(bo, interruptible, sequence);
414 bool evict, bool interruptible,
471 ret = bdev->driver->move(bo, evict, interruptible,
604 * @interruptible Any sleeps should occur interruptibly.
609 bool interruptible,
636 ret = driver->sync_obj_wait(sync_obj, false, interruptible);
805 static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible,
814 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
836 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, interruptible,
847 ret = ttm_bo_handle_move_mem(bo, &evict_mem, true, interruptible,
862 bool interruptible,
885 ret = ttm_bo_cleanup_refs_and_unlock(bo, interruptible,
899 ret = ttm_bo_evict(bo, interruptible, no_wait_gpu);
923 bool interruptible,
937 interruptible, no_wait_gpu);
1002 bool interruptible,
1093 interruptible, no_wait_gpu);
1108 bool interruptible,
1123 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
1136 interruptible, no_wait_gpu);
1140 interruptible, no_wait_gpu);
1169 bool interruptible,
1185 ret = ttm_bo_move_buffer(bo, placement, interruptible,
1223 bool interruptible,
1297 ret = ttm_bo_validate(bo, placement, interruptible, false);
1343 bool interruptible,
1354 interruptible, persistent_swap_storage, acc_size,
1721 bool lazy, bool interruptible, bool no_wait)
1749 lazy, interruptible);