Searched refs:copy_start (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/kunit/ |
| H A D | executor.c | 184 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local 196 copy_start = copy; in kunit_filter_suites() 260 filtered.start = copy_start; in kunit_filter_suites() 265 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites() 283 kfree(copy_start); in kunit_filter_suites()
|
| /linux/fs/btrfs/ |
| H A D | lzo.c | 187 u32 copy_start; in copy_compressed_data_to_bio() local 218 copy_start = *total_out; in copy_compressed_data_to_bio() 221 while (*total_out - copy_start < compressed_size) { in copy_compressed_data_to_bio() 223 copy_start + compressed_size - *total_out); in copy_compressed_data_to_bio() 238 memcpy(kaddr, compressed_data + *total_out - copy_start, copy_len); in copy_compressed_data_to_bio()
|
| H A D | compression.c | 1252 u32 copy_start; in btrfs_decompress_buf2page() local 1268 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page() 1270 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page() 1277 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page() 1280 memcpy(kaddr, buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6530 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() 6551 if (!copy_start) in reloc_prog_func_and_line_info() 6552 copy_start = rec; in reloc_prog_func_and_line_info() 6556 if (!copy_start) in reloc_prog_func_and_line_info() 6563 new_sz = old_sz + (copy_end - copy_start); in reloc_prog_func_and_line_info() 6569 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in reloc_prog_func_and_line_info() 13767 void *copy_start = ehdr; in perf_buffer__new() 13768 size_t len_first = base + mmap_size - copy_start; in perf_buffer__new() 13782 memcpy(*copy_mem, copy_start, len_firs in perf_buffer__new() 6475 void *copy_start = NULL, *copy_end = NULL; adjust_prog_btf_ext_info() local 13588 void *copy_start = ehdr; perf_event_read_simple() local [all...] |