Lines Matching refs:xor_srcs
1499 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_compute5() local
1519 xor_srcs[count++] = sh->dev[i].page; in ops_run_compute5()
1528 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1531 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1796 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_prexor5() local
1803 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5()
1818 xor_srcs[count++] = dev->orig_page; in ops_run_prexor5()
1821 xor_srcs[count++] = dev->page; in ops_run_prexor5()
1827 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
1979 struct page **xor_srcs; in ops_run_reconstruct5() local
2008 xor_srcs = to_addr_page(percpu, j); in ops_run_reconstruct5()
2016 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2022 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2032 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2059 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2062 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2154 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_check_p() local
2169 xor_srcs[count++] = xor_dest; in ops_run_check_p()
2174 xor_srcs[count++] = sh->dev[i].page; in ops_run_check_p()
2179 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()