Lines Matching refs:xor_srcs

1559 	struct page **xor_srcs = to_addr_page(percpu, 0);  in ops_run_compute5()  local
1579 xor_srcs[count++] = sh->dev[i].page; in ops_run_compute5()
1588 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1591 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1856 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_prexor5() local
1863 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5()
1878 xor_srcs[count++] = dev->orig_page; in ops_run_prexor5()
1881 xor_srcs[count++] = dev->page; in ops_run_prexor5()
1887 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2039 struct page **xor_srcs; in ops_run_reconstruct5() local
2068 xor_srcs = to_addr_page(percpu, j); in ops_run_reconstruct5()
2076 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2082 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2092 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2119 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2122 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2214 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_check_p() local
2229 xor_srcs[count++] = xor_dest; in ops_run_check_p()
2234 xor_srcs[count++] = sh->dev[i].page; in ops_run_check_p()
2239 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()