Lines Matching defs:fences
255 * other preempt fences on the VM.
361 * @num_fences: The number of fences to reserve for the operation, not
428 * The fence reservation here is intended for the new preempt fences
1937 * All vm operations will add shared fences to resv.
3382 struct dma_fence **fences = NULL;
3399 fences = kmalloc_objs(*fences, n_fence);
3400 if (!fences) {
3436 fences[current_fence++] = fence ?: dma_fence_get_stub();
3442 fences[current_fence++] =
3448 dma_fence_array_init(cf, n_fence, fences, dma_fence_context_alloc(1),
3469 dma_fence_put(fences[--current_fence]);
3470 kfree(fences);