Searched refs:copy_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/kunit/ |
H A D | executor.c | 160 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | compression.c | 1030 u32 copy_start; in btrfs_decompress_buf2page() local 1045 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page() 1047 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page() 1054 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page() 1056 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 1266 copy_start = time.time() 1268 logger.info("Copy done in %s seconds" % (time.time() - copy_start))
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 1266 copy_start = time.time() 1268 logger.info("Copy done in %s seconds" % (time.time() - copy_start))
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 6062 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() 12270 void *copy_start = ehdr; 12271 size_t len_first = base + mmap_size - copy_start; 12285 memcpy(*copy_mem, copy_start, len_first);
|