Lines Matching defs:interruptible
64 * @interruptible: Use interruptible wait.
71 bool interruptible)
73 struct ttm_operation_ctx ctx = {interruptible, false };
79 ret = ttm_bo_reserve(bo, interruptible, false, NULL);
101 * @interruptible: Use interruptible wait.
107 bool interruptible)
109 struct ttm_operation_ctx ctx = {interruptible, false };
115 ret = ttm_bo_reserve(bo, interruptible, false, NULL);
149 * @interruptible: Use interruptible wait.
155 bool interruptible)
158 interruptible);
170 * @interruptible: Use interruptible wait.
176 bool interruptible)
178 struct ttm_operation_ctx ctx = {interruptible, false };
183 ret = ttm_bo_reserve(bo, interruptible, false, NULL);
196 ctx.interruptible = false;
228 * @interruptible: Use interruptible wait.
234 bool interruptible)
239 ret = ttm_bo_reserve(bo, interruptible, false, NULL);
379 .interruptible = params->bo_type != ttm_bo_type_kernel,