Searched refs:copy_start (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/kunit/ |
| H A D | executor.c | 174 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local 186 copy_start = copy; in kunit_filter_suites() 250 filtered.start = copy_start; in kunit_filter_suites() 255 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites() 273 kfree(copy_start); in kunit_filter_suites()
|
| /linux/fs/btrfs/ |
| H A D | lzo.c | 203 u32 copy_start; in copy_compressed_data_to_bio() local 234 copy_start = *total_out; in copy_compressed_data_to_bio() 237 while (*total_out - copy_start < compressed_size) { in copy_compressed_data_to_bio() 239 copy_start + compressed_size - *total_out); in copy_compressed_data_to_bio() 254 memcpy(kaddr, compressed_data + *total_out - copy_start, copy_len); in copy_compressed_data_to_bio()
|
| H A D | compression.c | 1220 u32 copy_start; in btrfs_decompress_buf2page() local 1236 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page() 1238 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page() 1245 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page() 1248 memcpy(kaddr, buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6475 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local 6496 if (!copy_start) in adjust_prog_btf_ext_info() 6497 copy_start = rec; in adjust_prog_btf_ext_info() 6501 if (!copy_start) in adjust_prog_btf_ext_info() 6508 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info() 6514 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info() 13588 void *copy_start = ehdr; in perf_event_read_simple() local 13589 size_t len_first = base + mmap_size - copy_start; in perf_event_read_simple() 13603 memcpy(*copy_mem, copy_start, len_first); in perf_event_read_simple()
|