Searched refs:use_memmove (Results 1 – 2 of 2) sorted by relevance
327 static void copy_large_test(struct kunit *test, bool use_memmove) in copy_large_test() argument339 if (use_memmove) in copy_large_test()
3694 unsigned long len, bool use_memmove) in __write_extent_buffer() argument3709 if (use_memmove) in __write_extent_buffer()3724 if (use_memmove) in __write_extent_buffer()3979 const bool use_memmove = areas_overlap(src_offset, dst_offset, len); in memcpy_extent_buffer() local3981 if (use_memmove) in memcpy_extent_buffer()3995 const bool use_memmove = areas_overlap(src_offset + cur_off, in memcpy_extent_buffer() local3999 use_memmove); in memcpy_extent_buffer()4031 bool use_memmove; in memmove_extent_buffer() local4043 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()4047 use_memmove); in memmove_extent_buffer()