Home
last modified time | relevance | path

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

/linux/crypto/async_tx/
H A DMakefile4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
H A Dasync_xor.c273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() function
279 EXPORT_SYMBOL_GPL(async_xor);
H A Draid6test.c93 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
/linux/include/linux/
H A Dasync_tx.h162 async_xor(struct page *dest, struct page **src_list, unsigned int offset,
/linux/Documentation/crypto/
H A Dasync-tx-api.rst176 tx = async_xor(xor_dest, xor_srcs, 0, NDISKS, xor_len, &submit);
184 tx = async_xor(xor_dest, xor_srcs, 0, NDISKS, xor_len, &submit);
269 crypto/async_tx/async_xor.c:
/linux/drivers/md/
H A Draid5-ppl.c199 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity()
713 tx = async_xor(page1, xor_srcs, 0, 2, size, &submit); in ppl_xor()