copy_start
u32 copy_start;
copy_start = max(cur_offset, bvec_offset);
decompressed + buf_len) - copy_start;
ASSERT(copy_start - decompressed < buf_len);
memcpy(kaddr, buf + copy_start - decompressed, copy_len);
u32 copy_start;
copy_start = *total_out;
while (*total_out - copy_start < compressed_size) {
copy_start + compressed_size - *total_out);
memcpy(kaddr, compressed_data + *total_out - copy_start, copy_len);
struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite;
copy_start = copy;
filtered.start = copy_start;
for (suites = copy_start; suites < copy; suites++) {
kfree(copy_start);
void *copy_start = ehdr;
void *copy_start = NULL, *copy_end = NULL;
if (!copy_start)
copy_start = rec;
if (!copy_start)
new_sz = old_sz + (copy_end - copy_start);
memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start);