Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/kunit/
H A Dexecutor.c160 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local
172 copy_start = copy; in kunit_filter_suites()
236 filtered.start = copy_start; in kunit_filter_suites()
241 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites()
259 kfree(copy_start); in kunit_filter_suites()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1021 u32 copy_start; in btrfs_decompress_buf2page() local
1036 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()
1038 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()
1045 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()
1047 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c6061 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6083 if (!copy_start) in adjust_prog_btf_ext_info()
6084 copy_start = rec; in adjust_prog_btf_ext_info()
6088 if (!copy_start) in adjust_prog_btf_ext_info()
6095 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6101 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()
9916 void *copy_start = ehdr; in bpf_perf_event_read_simple() local
9917 size_t len_first = base + mmap_size - copy_start; in bpf_perf_event_read_simple()
9931 memcpy(*copy_mem, copy_start, len_firs in bpf_perf_event_read_simple()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c6062 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6083 if (!copy_start) in adjust_prog_btf_ext_info()
6084 copy_start = rec; in adjust_prog_btf_ext_info()
6088 if (!copy_start) in adjust_prog_btf_ext_info()
6095 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6101 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()
12266 void *copy_start = ehdr; in perf_event_read_simple() local
12267 size_t len_first = base + mmap_size - copy_start; in perf_event_read_simple()
12281 memcpy(*copy_mem, copy_start, len_firs in perf_event_read_simple()
[all...]

Completed in 33 milliseconds