Searched refs:async_xor (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/crypto/async_tx/ |
H A D | Makefile | 4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
|
H A D | async_xor.c | 273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() function 279 EXPORT_SYMBOL_GPL(async_xor);
|
H A D | raid6test.c | 93 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
|
/openbmc/linux/include/linux/ |
H A D | async_tx.h | 162 async_xor(struct page *dest, struct page **src_list, unsigned int offset,
|
/openbmc/linux/Documentation/crypto/ |
H A D | async-tx-api.rst | 176 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit) 184 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit); 269 crypto/async_tx/async_xor.c:
|
/openbmc/linux/drivers/md/ |
H A D | raid5-ppl.c | 199 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity() 715 tx = async_xor(page1, xor_srcs, 0, 2, size, &submit); in ppl_xor()
|
H A D | dm-integrity.c | 939 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1094 async_xor.c: 9790
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |