Lines Matching refs:fences
324 * Get a fence from syncs, exec queue, and VM. If syncs contain in-fences create
325 * and return a composite fence of all in-fences + last fence. If no in-fences
335 struct dma_fence **fences = NULL;
342 /* Reject in fences */
358 fences = kmalloc_objs(*fences, num_fence);
359 if (!fences)
362 fences[current_fence++] =
365 fences[current_fence++] =
369 fences[current_fence++] =
372 fences[current_fence++] =
377 cf = dma_fence_array_create(num_fence, fences,
391 dma_fence_put(fences[--current_fence]);
392 kfree(fences);