Home
last modified time | relevance | path

Searched refs:use_memmove (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dmemcpy_kunit.c330 static void copy_large_test(struct kunit *test, bool use_memmove) in copy_large_test() argument
342 if (use_memmove) in copy_large_test()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c4221 unsigned long len, bool use_memmove) in __write_extent_buffer()
4246 if (use_memmove) in __write_extent_buffer()
4503 const bool use_memmove = areas_overlap(src_offset + cur_off, in memcpy_extent_buffer() local
4507 use_memmove); in memcpy_extent_buffer()
4534 bool use_memmove; in memmove_extent_buffer() local
4546 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()
4550 use_memmove); in memmove_extent_buffer()
4219 __write_extent_buffer(const struct extent_buffer *eb, const void *srcv, unsigned long start, unsigned long len, bool use_memmove) __write_extent_buffer() argument

Completed in 8 milliseconds