Searched refs:copy_start (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/kunit/
H A Dexecutor.c162 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; local
174 copy_start = copy;
238 filtered.start = copy_start;
243 for (suites = copy_start; suites < copy; suites++) {
261 kfree(copy_start);
/linux-master/fs/btrfs/
H A Dcompression.c1144 u32 copy_start; local
1159 copy_start = max(cur_offset, bvec_offset);
1161 decompressed + buf_len) - copy_start;
1168 ASSERT(copy_start - decompressed < buf_len);
1170 buf + copy_start - decompressed, copy_len);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c6047 void *copy_start = NULL, *copy_end = NULL; local
6068 if (!copy_start)
6069 copy_start = rec;
6073 if (!copy_start)
6080 new_sz = old_sz + (copy_end - copy_start);
6086 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start);
12801 void *copy_start = ehdr; local
12802 size_t len_first = base + mmap_size - copy_start;
12816 memcpy(*copy_mem, copy_start, len_firs
[all...]

Completed in 209 milliseconds