Lines Matching refs:to_copy
537 unsigned long to_copy;
553 to_copy = min_t(unsigned long, iov_iter_count(to),
555 to_copy = min_t(unsigned long, to_copy, len - copied);
558 rds_stats_add(s_copy_to_user, to_copy);
561 to_copy,
563 if (ret != to_copy)
566 frag_off += to_copy;
567 copied += to_copy;
791 unsigned long to_copy;
813 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off);
814 BUG_ON(to_copy & 7); /* Must be 64bit aligned. */
820 for (k = 0; k < to_copy; k += 8) {
828 copied += to_copy;
830 map_off += to_copy;
836 frag_off += to_copy;