Lines Matching defs:array
37 #include <linux/dma-fence-array.h>
222 * merely update the pointer to the new array; both existing
225 * old array are protected by RCU and so will not vanish under
555 * @fences: the array of fence ptrs returned (array is krealloc'd to the
582 /* Eventually re-allocate the array */
622 struct dma_fence_array *array;
642 array = dma_fence_array_create(count, fences,
645 if (!array) {
652 *fence = &array->base;