Lines Matching defs:fences
49 struct dma_fence **fences;
53 fences = kcalloc(num_fences, sizeof(*fences), GFP_KERNEL);
54 if (!fences)
59 fences[i] = va_arg(valist, typeof(*fences));
62 array = dma_fence_array_create(num_fences, fences,
70 kfree(fences);
75 dma_fence_put(va_arg(valist, typeof(*fences)));
155 pr_err("Not all fences seen!\n");
199 pr_err("Not all fences seen!\n");
247 pr_err("Not all fences seen!\n");
295 pr_err("Not all fences seen!\n");
329 /* The resulting array has the fences in reverse */
334 /* Signaled fences should be filtered, the two arrays merged. */
354 pr_err("Not all fences seen!\n");