Searched refs:copy_start (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/lib/kunit/ |
D | executor.c | 154 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local 165 copy_start = copy; in kunit_filter_suites() 229 filtered.start = copy_start; in kunit_filter_suites()
|
/Linux-v6.6/fs/btrfs/ |
D | compression.c | 1021 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()
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.c | 6056 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local 6077 if (!copy_start) in adjust_prog_btf_ext_info() 6078 copy_start = rec; in adjust_prog_btf_ext_info() 6082 if (!copy_start) in adjust_prog_btf_ext_info() 6089 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info() 6095 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info() 12260 void *copy_start = ehdr; 12261 size_t len_first = base + mmap_size - copy_start; 12275 memcpy(*copy_mem, copy_start, len_first);
|