Searched refs:xor_dest (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 1503 struct page *xor_dest = tgt->page; in ops_run_compute5() local 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() 1803 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local 1827 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 1983 struct page *xor_dest; in ops_run_reconstruct5() local 2016 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5() 2026 xor_dest = sh->dev[pd_idx].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_des in ops_run_reconstruct5() 2152 struct page *xor_dest; ops_run_check_p() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 1581 struct page *xor_dest = tgt->page; in ops_run_compute5() local 1606 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5() 1609 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5() 1881 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local 1905 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 2061 struct page *xor_dest; in ops_run_reconstruct5() local 2094 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5() 2104 xor_dest = sh->dev[pd_idx].page; in ops_run_reconstruct5() 2137 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5() 2140 tx = async_xor_offs(xor_dest, off_des in ops_run_reconstruct5() 2230 struct page *xor_dest; ops_run_check_p() local [all...] |
Completed in 11 milliseconds