Searched refs:off_srcs (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | raid5.c | 1499 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_compute5() local 1517 off_srcs[count] = sh->dev[i].offset; in ops_run_compute5() 1527 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5() 1530 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5() 1796 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_prexor5() local 1801 unsigned int off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_prexor5() 1816 off_srcs[count] = dev->offset; in ops_run_prexor5() 1819 off_srcs[count] = dev->offset; in ops_run_prexor5() 1826 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 1979 unsigned int *off_srcs; in ops_run_reconstruct5() local [all …]
|