dma_resv_copy_fences  384 drivers/dma-buf/dma-resv.c EXPORT_SYMBOL(dma_resv_copy_fences);
dma_resv_copy_fences  448 drivers/gpu/drm/ttm/ttm_bo.c 	r = dma_resv_copy_fences(&bo->base._resv, bo->base.resv);
dma_resv_copy_fences  844 drivers/gpu/drm/ttm/ttm_bo_util.c 	ret = dma_resv_copy_fences(ghost->base.resv, bo->base.resv);
dma_resv_copy_fences  288 include/linux/dma-resv.h int dma_resv_copy_fences(struct dma_resv *dst, struct dma_resv *src);