Home
last modified time | relevance | path

Searched refs:copy_start (Results 1 – 4 of 4) sorted by relevance

/linux/lib/kunit/
H A Dexecutor.c184 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 Dlzo.c187 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 Dcompression.c1205 u32 copy_start; in btrfs_decompress_buf2page() local
1221 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()
1223 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()
1230 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()
1233 memcpy(kaddr, buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
/linux/tools/lib/bpf/
H A Dlibbpf.c6579 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6600 if (!copy_start) in adjust_prog_btf_ext_info()
6601 copy_start = rec; in adjust_prog_btf_ext_info()
6605 if (!copy_start) in adjust_prog_btf_ext_info()
6612 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6618 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()
14219 void *copy_start = ehdr; in perf_event_read_simple() local
14220 size_t len_first = base + mmap_size - copy_start; in perf_event_read_simple()
14234 memcpy(*copy_mem, copy_start, len_first); in perf_event_read_simple()