Searched refs:copy_start (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/fs/btrfs/ |
| H A D | compression.c | 1182 u32 copy_start; in btrfs_decompress_buf2page() local 1197 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page() 1199 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page() 1206 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page() 1208 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 6195 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local 6216 if (!copy_start) in adjust_prog_btf_ext_info() 6217 copy_start = rec; in adjust_prog_btf_ext_info() 6221 if (!copy_start) in adjust_prog_btf_ext_info() 6228 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info() 6234 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info() 13189 void *copy_start = ehdr; in perf_event_read_simple() local 13190 size_t len_first = base + mmap_size - copy_start; in perf_event_read_simple() 13204 memcpy(*copy_mem, copy_start, len_first); in perf_event_read_simple()
|