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

/linux-master/drivers/md/
H A Draid5.c1567 struct page *xor_dest = tgt->page; local
1592 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0],
1595 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count,
1867 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; local
1891 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count,
2047 struct page *xor_dest; local
2080 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page;
2090 xor_dest = sh->dev[pd_idx].page;
2123 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0],
2126 tx = async_xor_offs(xor_dest, off_des
2216 struct page *xor_dest; local
[all...]

Completed in 254 milliseconds