Searched refs:off_dest (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 1578 unsigned int off_dest = tgt->offset; in ops_run_compute5() local 1602 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5() 1605 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5() 1876 unsigned int off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_prexor5() local 1901 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 2058 unsigned int off_dest; in ops_run_reconstruct5() local 2089 off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_reconstruct5() 2101 off_dest = sh->dev[pd_idx].offset; in ops_run_reconstruct5() 2133 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5() 2136 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5() [all …]
|