Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/async_tx/
Dasync_raid6_recov.c192 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()
DMakefile4 obj-$(CONFIG_ASYNC_XOR) += async_xor.o
Dasync_xor.c173 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()
Draid6test.c102 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
Dasync_pq.c400 tx = async_xor(spare, blocks, offset, disks-2, len, submit); in async_syndrome_val()
/linux-4.19.296/include/linux/
Dasync_tx.h175 async_xor(struct page *dest, struct page **src_list, unsigned int offset,
/linux-4.19.296/fs/exofs/
Dore_raid.c271 _1ps->tx = async_xor(_1ps->pages[sp2d->data_devs], in _gen_xor_unit()