Lines Matching refs:copy_length
127 size_t copy_length;
133 copy_length = min_t(u32, buflen, wq_end - offset);
134 copy_length = min_t(u32, copy_length, bcnt);
136 ret = ib_umem_copy_from(buffer, umem, offset, copy_length);
141 *bytes_copied = copy_length;
165 size_t copy_length =
168 if (!copy_length)
171 memcpy(buffer + bytes_copied, p, copy_length);
172 bytes_copied += copy_length;