/Linux-v4.19/crypto/async_tx/ |
D | async_raid6_recov.c | 192 tx = async_xor(a, srcs, 0, 2, bytes, submit); in __2data_recov_4() 245 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_5() 252 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in __2data_recov_5() 267 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_5() 313 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_n() 320 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in __2data_recov_n() 335 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_n() 514 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in async_raid6_datap_recov() 523 tx = async_xor(p, srcs, 0, 2, bytes, submit); in async_raid6_datap_recov()
|
D | Makefile | 4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
|
D | async_xor.c | 173 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() function 234 EXPORT_SYMBOL_GPL(async_xor); 328 tx = async_xor(dest, src_list, offset, src_cnt, len, submit); in async_xor_val()
|
D | raid6test.c | 102 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
|
D | async_pq.c | 400 tx = async_xor(spare, blocks, offset, disks-2, len, submit); in async_syndrome_val()
|
/Linux-v4.19/include/linux/ |
D | async_tx.h | 175 async_xor(struct page *dest, struct page **src_list, unsigned int offset,
|
/Linux-v4.19/Documentation/crypto/ |
D | async-tx-api.txt | 148 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit) 156 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit); 225 crypto/async_tx/async_xor.c: xor and xor zero sum offload
|
/Linux-v4.19/drivers/md/ |
D | raid5-ppl.c | 206 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity() 729 tx = async_xor(page1, xor_srcs, 0, 2, size, &submit); in ppl_xor()
|
D | raid5.c | 1445 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_compute5() 1549 tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE, &submit); in ops_run_compute6_1() 1635 tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE, in ops_run_compute6_2() 1705 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_prexor5() 1926 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_reconstruct5()
|
D | dm-integrity.c | 651 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
|
/Linux-v4.19/fs/exofs/ |
D | ore_raid.c | 271 _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], in _gen_xor_unit()
|