Searched refs:copy_start (Results 1 – 3 of 3) sorted by relevance
/linux/lib/kunit/ |
H A D | executor.c | 172 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local 184 copy_start = copy; in kunit_filter_suites() 248 filtered.start = copy_start; in kunit_filter_suites() 253 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites() 271 kfree(copy_start); in kunit_filter_suites()
|
/linux/fs/btrfs/ |
H A D | compression.c | 1198 u32 copy_start; in btrfs_decompress_buf2page() local 1214 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page() 1216 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page() 1223 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page() 1226 memcpy(kaddr, buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 6201 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local 6222 if (!copy_start) in adjust_prog_btf_ext_info() 6223 copy_start = rec; in adjust_prog_btf_ext_info() 6227 if (!copy_start) in adjust_prog_btf_ext_info() 6234 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info() 6240 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info() 13239 void *copy_start = ehdr; in perf_event_read_simple() local 13240 size_t len_first = base + mmap_size - copy_start; in perf_event_read_simple() 13254 memcpy(*copy_mem, copy_start, len_firs in perf_event_read_simple() [all...] |