Lines Matching refs:fences
53 struct dma_fence **fences;
57 fences = kcalloc(num_fences, sizeof(*fences), GFP_KERNEL);
58 if (!fences)
63 fences[i] = va_arg(valist, typeof(*fences));
66 array = dma_fence_array_create(num_fences, fences,
74 kfree(fences);
79 dma_fence_put(va_arg(valist, typeof(*fences)));
159 pr_err("Not all fences seen!\n");
203 pr_err("Not all fences seen!\n");
251 pr_err("Not all fences seen!\n");
299 pr_err("Not all fences seen!\n");
340 pr_err("Not all fences seen!\n");
402 pr_err("Not all fences seen!\n");
449 * The fences in the chain are the same as in a1 but in oposite order,
470 pr_err("Not all fences seen!\n");
504 /* The resulting array has the fences in reverse */
509 /* Signaled fences should be filtered, the two arrays merged. */
529 pr_err("Not all fences seen!\n");
606 pr_err("Not all fences seen!\n");