Searched refs:async_xor_offs (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/crypto/async_tx/ |
D | async_raid6_recov.c | 196 tx = async_xor_offs(a, a_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_4() 260 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5() 269 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5() 288 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5() 349 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n() 358 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n() 377 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n() 575 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in async_raid6_datap_recov() 586 tx = async_xor_offs(p, p_off, srcs, src_offs, 2, bytes, submit); in async_raid6_datap_recov()
|
D | async_xor.c | 182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() function 249 EXPORT_SYMBOL_GPL(async_xor_offs); 276 return async_xor_offs(dest, offset, src_list, NULL, in async_xor() 376 tx = async_xor_offs(dest, offset, src_list, src_offs, in async_xor_val_offs()
|
D | async_pq.c | 403 tx = async_xor_offs(spare, s_off, in async_syndrome_val()
|
/linux-6.1.9/include/linux/ |
D | async_tx.h | 166 async_xor_offs(struct page *dest, unsigned int offset,
|
/linux-6.1.9/drivers/md/ |
D | raid5.c | 1602 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5() 1720 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1815 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2() 1898 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5() 2133 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
|