Lines Matching refs:xor_srcs
1555 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_compute5() local
1575 xor_srcs[count++] = sh->dev[i].page; in ops_run_compute5()
1584 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1587 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1852 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_prexor5() local
1859 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5()
1874 xor_srcs[count++] = dev->orig_page; in ops_run_prexor5()
1877 xor_srcs[count++] = dev->page; in ops_run_prexor5()
1883 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2035 struct page **xor_srcs; in ops_run_reconstruct5() local
2064 xor_srcs = to_addr_page(percpu, j); in ops_run_reconstruct5()
2072 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2078 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2088 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2115 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2118 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2210 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_check_p() local
2225 xor_srcs[count++] = xor_dest; in ops_run_check_p()
2230 xor_srcs[count++] = sh->dev[i].page; in ops_run_check_p()
2235 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()