Home
last modified time | relevance | path

Searched refs:async_xor (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/crypto/async_tx/
Dasync_raid6_recov.c178 tx = async_xor(a, srcs, 0, 2, bytes, submit); in __2data_recov_4()
231 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_5()
238 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in __2data_recov_5()
253 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_5()
299 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_n()
306 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in __2data_recov_n()
321 tx = async_xor(dp, srcs, 0, 2, bytes, submit); in __2data_recov_n()
500 tx = async_xor(dq, srcs, 0, 2, bytes, submit); in async_raid6_datap_recov()
509 tx = async_xor(p, srcs, 0, 2, bytes, submit); in async_raid6_datap_recov()
DMakefile4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
Dasync_xor.c160 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() function
221 EXPORT_SYMBOL_GPL(async_xor);
315 tx = async_xor(dest, src_list, offset, src_cnt, len, submit); in async_xor_val()
Draid6test.c89 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
Dasync_pq.c384 tx = async_xor(spare, blocks, offset, disks-2, len, submit); in async_syndrome_val()
/Linux-v5.4/include/linux/
Dasync_tx.h162 async_xor(struct page *dest, struct page **src_list, unsigned int offset,
/Linux-v5.4/Documentation/crypto/
Dasync-tx-api.txt148 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-v5.4/drivers/md/
Draid5-ppl.c199 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity()
724 tx = async_xor(page1, xor_srcs, 0, 2, size, &submit); in ppl_xor()
Draid5.c1434 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_compute5()
1538 tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE, &submit); in ops_run_compute6_1()
1624 tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE, in ops_run_compute6_2()
1694 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_prexor5()
1915 tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit); in ops_run_reconstruct5()
Ddm-integrity.c827 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()