Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dasync-tx-api.rst163 struct page *xor_dest,
176 tx = async_xor(xor_dest, xor_srcs, 0, NDISKS, xor_len, &submit);
184 tx = async_xor(xor_dest, xor_srcs, 0, NDISKS, xor_len, &submit);
/linux/drivers/md/
H A Draid5.c1555 struct page *xor_dest = tgt->page; in ops_run_compute5() local
1580 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1583 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1855 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local
1879 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2035 struct page *xor_dest; in ops_run_reconstruct5() local
2068 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2078 xor_dest = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2111 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2114 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
[all …]