Searched refs:xor_dest (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/Documentation/crypto/ |
| D | async-tx-api.rst | 162 struct page *xor_dest, 176 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit) 184 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit);
|
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 1502 struct page *xor_dest = tgt->page; in ops_run_compute5() local 1527 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5() 1530 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5() 1802 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local 1826 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 1982 struct page *xor_dest; in ops_run_reconstruct5() local 2015 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5() 2025 xor_dest = sh->dev[pd_idx].page; in ops_run_reconstruct5() 2058 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5() 2061 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5() [all …]
|