Lines Matching refs:ctx
73 struct ttm_operation_ctx ctx = {interruptible, false };
83 ret = ttm_bo_validate(bo, placement, &ctx);
109 struct ttm_operation_ctx ctx = {interruptible, false };
122 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
129 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
178 struct ttm_operation_ctx ctx = {interruptible, false };
196 ctx.interruptible = false;
200 (void)ttm_bo_validate(bo, &buf->placement, &ctx);
207 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
280 struct ttm_operation_ctx ctx = { false, true };
301 ret = ttm_bo_validate(bo, &placement, &ctx);
378 struct ttm_operation_ctx ctx = {
397 &vmw_bo->placement, 0, &ctx, NULL,