Searched refs:copy_start (Results 1 – 2 of 2) sorted by relevance
174 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local186 copy_start = copy; in kunit_filter_suites()250 filtered.start = copy_start; in kunit_filter_suites()255 for (suites = copy_start; suites < copy; suites++) { in kunit_filter_suites()273 kfree(copy_start); in kunit_filter_suites()
1235 u32 copy_start; in btrfs_decompress_buf2page() local1251 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()1253 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()1260 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()1263 memcpy(kaddr, buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()