Lines Matching defs:out_fence
326 if (job->out_fence)
327 dma_fence_put(job->out_fence);
352 * @status: Status code to set in the writeback out_fence (0 for success)
371 struct dma_fence *out_fence;
385 out_fence = job->out_fence;
386 if (out_fence) {
388 dma_fence_set_error(out_fence, status);
389 dma_fence_signal(out_fence);
390 dma_fence_put(out_fence);
391 job->out_fence = NULL;