Lines Matching defs:out_fence
376 if (job->out_fence)
377 dma_fence_put(job->out_fence);
402 * @status: Status code to set in the writeback out_fence (0 for success)
421 struct dma_fence *out_fence;
435 out_fence = job->out_fence;
436 if (out_fence) {
438 dma_fence_set_error(out_fence, status);
439 dma_fence_signal(out_fence);
440 dma_fence_put(out_fence);
441 job->out_fence = NULL;