Lines Matching refs:xor_srcs

1551 	struct page **xor_srcs = to_addr_page(percpu, 0);  in ops_run_compute5()  local
1571 xor_srcs[count++] = sh->dev[i].page; in ops_run_compute5()
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()
1848 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_prexor5() local
1855 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5()
1870 xor_srcs[count++] = dev->orig_page; in ops_run_prexor5()
1873 xor_srcs[count++] = dev->page; in ops_run_prexor5()
1879 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2031 struct page **xor_srcs; in ops_run_reconstruct5() local
2060 xor_srcs = to_addr_page(percpu, j); in ops_run_reconstruct5()
2068 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2074 xor_srcs[count++] = dev->page; in ops_run_reconstruct5()
2084 xor_srcs[count++] = dev->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()
2206 struct page **xor_srcs = to_addr_page(percpu, 0); in ops_run_check_p() local
2221 xor_srcs[count++] = xor_dest; in ops_run_check_p()
2226 xor_srcs[count++] = sh->dev[i].page; in ops_run_check_p()
2231 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()