Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c1574 struct page *xor_dest = tgt->page; in ops_run_compute5() local
1599 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1602 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1874 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local
1898 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2054 struct page *xor_dest; in ops_run_reconstruct5() local
2087 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2097 xor_dest = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2130 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2133 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
[all …]