Lines Matching defs:array
25 #include <linux/dma-fence-array.h>
392 * as the array is being overwritten, for which we require the writes
1270 struct dma_fence_array *array = to_dma_fence_array(fence);
1274 child = array->fences;
1275 nchild = array->num_fences;
1363 * Note that if the fence-array was created in signal-on-any mode,
1365 * we don't currently store which mode the fence-array is operating
1367 * amdgpu and we should not see any incoming fence-array from
1371 struct dma_fence_array *array = to_dma_fence_array(fence);
1373 child = array->fences;
1374 nchild = array->num_fences;