Home
last modified time | relevance | path

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

/linux/lib/kunit/
A Dexecutor.c156 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local
168 copy_start = copy; in kunit_filter_suites()
232 filtered.start = copy_start; in kunit_filter_suites()
237 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites()
255 kfree(copy_start); in kunit_filter_suites()
/linux/fs/btrfs/
A Dcompression.c1172 u32 copy_start; in btrfs_decompress_buf2page() local
1187 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()
1189 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()
1196 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()
1198 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
/linux/tools/lib/bpf/
A Dlibbpf.c6132 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local
6153 if (!copy_start) in adjust_prog_btf_ext_info()
6154 copy_start = rec; in adjust_prog_btf_ext_info()
6158 if (!copy_start) in adjust_prog_btf_ext_info()
6165 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()
6171 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()
13037 void *copy_start = ehdr;
13038 size_t len_first = base + mmap_size - copy_start;
13052 memcpy(*copy_mem, copy_start, len_first);

Completed in 31 milliseconds