Home
last modified time | relevance | path

Searched refs:dst_i (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_format_helper.c192 struct iosys_map dst_i = dst[i]; in drm_fb_memcpy() local
201 iosys_map_memcpy_to(&dst_i, 0, src_i.vaddr, len_i); in drm_fb_memcpy()
203 iosys_map_incr(&dst_i, dst_pitch_i); in drm_fb_memcpy()
/linux-6.3-rc2/fs/btrfs/
A Dextent_io.c5080 unsigned long dst_i; in memcpy_extent_buffer() local
5091 dst_i = get_eb_page_index(dst_offset); in memcpy_extent_buffer()
5099 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memcpy_extent_buffer()
5117 unsigned long dst_i; in memmove_extent_buffer() local
5128 dst_i = get_eb_page_index(dst_end); in memmove_extent_buffer()
5136 copy_pages(dst->pages[dst_i], dst->pages[src_i], in memmove_extent_buffer()

Completed in 14 milliseconds