Home
last modified time | relevance | path

Searched refs:async_gen_syndrome (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/async_tx/
H A Draid6test.c72 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov()
96 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov()
173 tx = async_gen_syndrome(dataptrs, dataoffs, disks, PAGE_SIZE, &submit); in test()
H A Dasync_pq.c177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome() function
269 EXPORT_SYMBOL_GPL(async_gen_syndrome);
416 tx = async_gen_syndrome(blocks, offsets, disks, in async_syndrome_val()
H A Dasync_raid6_recov.c330 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in __2data_recov_n()
557 tx = async_gen_syndrome(blocks, offs, disks, bytes, submit); in async_raid6_datap_recov()
/linux/include/linux/
H A Dasync_tx.h189 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int src_cnt,
/linux/drivers/md/
H A Draid5.c1697 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_1()
1779 return async_gen_syndrome(blocks, offs, syndrome_disks+2, in ops_run_compute6_2()
1815 return async_gen_syndrome(blocks, offs, count+2, in ops_run_compute6_2()
1912 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_prexor6()
2188 tx = async_gen_syndrome(blocks, offs, count+2, in ops_run_reconstruct6()