Lines Matching full:array
3 * fence-array: aggregates fence to be waited together
19 * struct dma_fence_array_cb - callback helper for fence array
21 * @array: reference to the parent fence array object
25 struct dma_fence_array *array; member
29 * struct dma_fence_array - fence to represent an array of fences
32 * @num_fences: number of fences in the array
33 * @num_pending: fences in the array still pending
34 * @fences: array of the fences
65 * dma_fence_array_for_each - iterate over all fences in array
67 * @index: index into the array
70 * Test if @array is a dma_fence_array object and if yes iterate over all fences
71 * in the array. If not just iterate over the fence in @array itself.