Lines Matching defs:copied
179 u64 copied;
942 while (pthr->copied < total_size) {
950 pthr->copied += chunk_size;
983 dev_dbg(&perf->ntb->dev, "%d: copied %llu bytes\n",
984 pthr->tidx, pthr->copied);
990 div64_u64(pthr->copied, ktime_to_us(pthr->duration)));
1099 pthr->copied = 0;
1142 "%d: copied %llu bytes in %llu usecs, %llu MBytes/s\n",
1143 tidx, pthr->copied, ktime_to_us(pthr->duration),
1144 div64_u64(pthr->copied, ktime_to_us(pthr->duration)));