Lines Matching refs:copy_length
114 size_t copy_length;
120 copy_length = min_t(u32, buflen, wq_end - offset);
121 copy_length = min_t(u32, copy_length, bcnt);
123 ret = ib_umem_copy_from(buffer, umem, offset, copy_length);
128 *bytes_copied = copy_length;
152 size_t copy_length =
155 if (!copy_length)
158 memcpy(buffer + bytes_copied, p, copy_length);
159 bytes_copied += copy_length;